pub struct CaseFile {
pub name: &'static str,
pub mode: Option<u32>,
pub modified: Option<DateTime<Utc>>,
pub content: FileContent,
}Fields§
§name: &'static str§mode: Option<u32>§modified: Option<DateTime<Utc>>§content: FileContentImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CaseFile
impl RefUnwindSafe for CaseFile
impl Send for CaseFile
impl Sync for CaseFile
impl Unpin for CaseFile
impl UnwindSafe for CaseFile
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