Struct DynGdMut
pub struct DynGdMut<'a, D>where
D: ?Sized,{ /* private fields */ }
Expand description
Mutably/exclusively bound reference guard for a DynGd
smart pointer.
Returned by DynGd::dyn_bind_mut()
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, D> Freeze for DynGdMut<'a, D>where
D: ?Sized,
impl<'a, D> !RefUnwindSafe for DynGdMut<'a, D>
impl<'a, D> !Send for DynGdMut<'a, D>
impl<'a, D> !Sync for DynGdMut<'a, D>
impl<'a, D> Unpin for DynGdMut<'a, D>where
D: ?Sized,
impl<'a, D> !UnwindSafe for DynGdMut<'a, D>
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