pub struct OpRename {}Expand description
Args for rename operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpRename
impl RefUnwindSafe for OpRename
impl Send for OpRename
impl Sync for OpRename
impl Unpin for OpRename
impl UnwindSafe for OpRename
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