Struct standing_relations::Dynamic
source · [−]pub struct Dynamic<'a, T>(_);Trait Implementations
Auto Trait Implementations
impl<'a, T> !RefUnwindSafe for Dynamic<'a, T>
impl<'a, T> !Send for Dynamic<'a, T>
impl<'a, T> !Sync for Dynamic<'a, T>
impl<'a, T> Unpin for Dynamic<'a, T>
impl<'a, T> !UnwindSafe for Dynamic<'a, T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more