pub struct ExpectedFileState {
pub inode_id: InodeId,
pub revision_no: Option<RevisionNo>,
}Expand description
Validated file state required before replacement.
Fields§
§inode_id: InodeIdDestination inode required by the request.
revision_no: Option<RevisionNo>Destination content revision required by the request.
Trait Implementations§
Source§impl Clone for ExpectedFileState
impl Clone for ExpectedFileState
impl Copy for ExpectedFileState
Source§impl Debug for ExpectedFileState
impl Debug for ExpectedFileState
impl Eq for ExpectedFileState
Source§impl PartialEq for ExpectedFileState
impl PartialEq for ExpectedFileState
impl StructuralPartialEq for ExpectedFileState
Auto Trait Implementations§
impl Freeze for ExpectedFileState
impl RefUnwindSafe for ExpectedFileState
impl Send for ExpectedFileState
impl Sync for ExpectedFileState
impl Unpin for ExpectedFileState
impl UnsafeUnpin for ExpectedFileState
impl UnwindSafe for ExpectedFileState
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