Struct Trename
pub struct Trename {
pub fid: u32,
pub dfid: u32,
pub name: String,
}
Expand description
rename – rename a file
size[4] Trename tag[2] fid[4] dfid[4] name[s]
size[4] Rrename tag[2]
rename renames a file or directory from old name to new name in the directory represented by dfid. fid represents the file to be renamed.
Fields§
§fid: u32
§dfid: u32
§name: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Trename
impl RefUnwindSafe for Trename
impl Send for Trename
impl Sync for Trename
impl Unpin for Trename
impl UnwindSafe for Trename
Blanket Implementations§
Source§impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
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