Struct hdfs_native::client::FileStatus
source · pub struct FileStatus {
pub path: String,
pub length: usize,
pub isdir: bool,
pub permission: u16,
pub owner: String,
pub group: String,
pub modification_time: u64,
pub access_time: u64,
}
Fields§
§path: String
§length: usize
§isdir: bool
§permission: u16
§owner: String
§group: String
§modification_time: u64
§access_time: u64
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FileStatus
impl Send for FileStatus
impl Sync for FileStatus
impl Unpin for FileStatus
impl UnwindSafe for FileStatus
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