pub struct LinuxRemoteDelete { /* private fields */ }Expand description
Exact durable facts for one remote deletion or destination replacement.
Implementations§
Source§impl LinuxRemoteDelete
impl LinuxRemoteDelete
Sourcepub fn new(
key: CloudItemKey,
inode_record: LinuxInodeRecord,
parent_key: CloudItemKey,
name: impl Into<String>,
kind: LinuxNodeKind,
) -> Result<Self>
pub fn new( key: CloudItemKey, inode_record: LinuxInodeRecord, parent_key: CloudItemKey, name: impl Into<String>, kind: LinuxNodeKind, ) -> Result<Self>
§Errors
Returns an error when validation fails or an underlying backend, store, or platform operation fails.
pub const fn key(&self) -> &CloudItemKey
pub const fn inode_record(&self) -> &LinuxInodeRecord
pub const fn parent_key(&self) -> &CloudItemKey
pub fn name(&self) -> &str
pub const fn kind(&self) -> LinuxNodeKind
Trait Implementations§
Source§impl Clone for LinuxRemoteDelete
impl Clone for LinuxRemoteDelete
Source§fn clone(&self) -> LinuxRemoteDelete
fn clone(&self) -> LinuxRemoteDelete
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 moreSource§impl Debug for LinuxRemoteDelete
impl Debug for LinuxRemoteDelete
Source§impl PartialEq for LinuxRemoteDelete
impl PartialEq for LinuxRemoteDelete
impl Eq for LinuxRemoteDelete
impl StructuralPartialEq for LinuxRemoteDelete
Auto Trait Implementations§
impl Freeze for LinuxRemoteDelete
impl RefUnwindSafe for LinuxRemoteDelete
impl Send for LinuxRemoteDelete
impl Sync for LinuxRemoteDelete
impl Unpin for LinuxRemoteDelete
impl UnwindSafe for LinuxRemoteDelete
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