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