Struct cloud_filter::metadata::Metadata
source · pub struct Metadata(/* private fields */);
Expand description
The metadata for placeholder.
Implementations§
source§impl Metadata
impl Metadata
Trait Implementations§
source§impl MetadataExt for Metadata
impl MetadataExt for Metadata
source§fn change_time(self, time: i64) -> Self
fn change_time(self, time: i64) -> Self
The time the file was changed in
FILETIME format.
source§fn last_access_time(self, time: i64) -> Self
fn last_access_time(self, time: i64) -> Self
The time the file was last accessed in
FILETIME format.
source§fn last_write_time(self, time: i64) -> Self
fn last_write_time(self, time: i64) -> Self
The time the file was last written to in
FILETIME format.
source§fn creation_time(self, time: i64) -> Self
fn creation_time(self, time: i64) -> Self
The time the file was created in
FILETIME format.
impl Copy for Metadata
Auto Trait Implementations§
impl Freeze for Metadata
impl RefUnwindSafe for Metadata
impl Send for Metadata
impl Sync for Metadata
impl Unpin for Metadata
impl UnwindSafe for Metadata
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)