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