pub struct OpRename { /* private fields */ }Expand description
Args for rename operation.
Implementations§
Trait Implementations§
Source§impl From<RenameOptions> for OpRename
impl From<RenameOptions> for OpRename
Source§fn from(value: RenameOptions) -> Self
fn from(value: RenameOptions) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for OpRename
impl RefUnwindSafe for OpRename
impl Send for OpRename
impl Sync for OpRename
impl Unpin for OpRename
impl UnsafeUnpin 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