Struct show_notes::e014::demo_deref::DerefTarget
source · pub struct DerefTarget;
Expand description
A no-content struct to serve as the target to dereference to.
Auto Trait Implementations§
impl Freeze for DerefTarget
impl RefUnwindSafe for DerefTarget
impl Send for DerefTarget
impl Sync for DerefTarget
impl Unpin for DerefTarget
impl UnwindSafe for DerefTarget
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more