pub struct Ass<'a> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Ass<'a>
impl<'a> RefUnwindSafe for Ass<'a>
impl<'a> !Send for Ass<'a>
impl<'a> !Sync for Ass<'a>
impl<'a> Unpin for Ass<'a>
impl<'a> UnwindSafe for Ass<'a>
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