pub struct documentIsAf;
Trait Implementations§
Source§impl Field for documentIsAf
impl Field for documentIsAf
Auto Trait Implementations§
impl Freeze for documentIsAf
impl RefUnwindSafe for documentIsAf
impl Send for documentIsAf
impl Sync for documentIsAf
impl Unpin for documentIsAf
impl UnwindSafe for documentIsAf
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