pub struct Editing;Trait Implementations§
impl Eq for Editing
impl StructuralPartialEq for Editing
Auto Trait Implementations§
impl Freeze for Editing
impl RefUnwindSafe for Editing
impl Send for Editing
impl Sync for Editing
impl Unpin for Editing
impl UnsafeUnpin for Editing
impl UnwindSafe for Editing
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