pub struct LinuxEntity {
pub entity_name: String,
pub entity_type: String,
pub owner: String,
pub group: String,
pub hardlink: u8,
pub permission: u16,
pub size: i32,
pub last_change_date: String,
}
Fields§
§entity_name: String
§entity_type: String
§owner: String
§group: String
§hardlink: u8
§permission: u16
§size: i32
§last_change_date: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinuxEntity
impl RefUnwindSafe for LinuxEntity
impl Send for LinuxEntity
impl Sync for LinuxEntity
impl Unpin for LinuxEntity
impl UnwindSafe for LinuxEntity
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