pub struct FileInfoFile { /* private fields */ }Expand description
Info for image file
Implementations§
Source§impl FileInfoFile
impl FileInfoFile
Sourcepub fn status(&self) -> Option<FileStatus>
pub fn status(&self) -> Option<FileStatus>
Status of the file
Sourcepub fn permissions(&self) -> Option<FilePermissions>
pub fn permissions(&self) -> Option<FilePermissions>
Image permissions
Trait Implementations§
Source§impl Clone for FileInfoFile
impl Clone for FileInfoFile
Source§fn clone(&self) -> FileInfoFile
fn clone(&self) -> FileInfoFile
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 moreAuto Trait Implementations§
impl Freeze for FileInfoFile
impl RefUnwindSafe for FileInfoFile
impl Send for FileInfoFile
impl Sync for FileInfoFile
impl Unpin for FileInfoFile
impl UnwindSafe for FileInfoFile
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