pub struct SetFileModeEntry {
pub file_mode: String,
pub file_path: String,
}Expand description
Information about the file mode changes.
Fields§
§file_mode: StringThe file mode for the file.
file_path: StringThe full path to the file, including the name of the file.
Trait Implementations§
Source§impl Clone for SetFileModeEntry
impl Clone for SetFileModeEntry
Source§fn clone(&self) -> SetFileModeEntry
fn clone(&self) -> SetFileModeEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SetFileModeEntry
impl Debug for SetFileModeEntry
Source§impl Default for SetFileModeEntry
impl Default for SetFileModeEntry
Source§fn default() -> SetFileModeEntry
fn default() -> SetFileModeEntry
Returns the “default value” for a type. Read more
Source§impl PartialEq for SetFileModeEntry
impl PartialEq for SetFileModeEntry
Source§impl Serialize for SetFileModeEntry
impl Serialize for SetFileModeEntry
impl StructuralPartialEq for SetFileModeEntry
Auto Trait Implementations§
impl Freeze for SetFileModeEntry
impl RefUnwindSafe for SetFileModeEntry
impl Send for SetFileModeEntry
impl Sync for SetFileModeEntry
impl Unpin for SetFileModeEntry
impl UnwindSafe for SetFileModeEntry
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