pub struct Arg<T, D>where
T: Clone,
D: DocReference,{ /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<T, D> Freeze for Arg<T, D>where
T: Freeze,
impl<T, D> RefUnwindSafe for Arg<T, D>where
T: RefUnwindSafe,
D: RefUnwindSafe,
impl<T, D> !Send for Arg<T, D>
impl<T, D> !Sync for Arg<T, D>
impl<T, D> Unpin for Arg<T, D>
impl<T, D> UnwindSafe for Arg<T, D>where
T: UnwindSafe,
D: UnwindSafe,
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