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