pub struct File {
pub depot_file: String,
pub rev: usize,
pub change: usize,
pub action: Action,
pub file_type: FileType,
pub time: Time,
/* private fields */
}
Fields§
§depot_file: String
§rev: usize
§change: usize
§action: Action
§file_type: FileType
§time: Time
Trait Implementations§
impl Eq for File
impl StructuralPartialEq for File
Auto Trait Implementations§
impl Freeze for File
impl RefUnwindSafe for File
impl Send for File
impl Sync for File
impl Unpin for File
impl UnwindSafe for File
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