pub struct LinuxRemoteEntry { /* private fields */ }Expand description
One durable remote item and its product-allocated stable Linux mapping.
Implementations§
Source§impl LinuxRemoteEntry
impl LinuxRemoteEntry
pub const fn new(item: CloudItem, inode_record: LinuxInodeRecord) -> Self
pub const fn item(&self) -> &CloudItem
pub const fn inode_record(&self) -> &LinuxInodeRecord
pub fn into_parts(self) -> (CloudItem, LinuxInodeRecord)
Trait Implementations§
Source§impl Clone for LinuxRemoteEntry
impl Clone for LinuxRemoteEntry
Source§fn clone(&self) -> LinuxRemoteEntry
fn clone(&self) -> LinuxRemoteEntry
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 LinuxRemoteEntry
impl Debug for LinuxRemoteEntry
Source§impl PartialEq for LinuxRemoteEntry
impl PartialEq for LinuxRemoteEntry
impl Eq for LinuxRemoteEntry
impl StructuralPartialEq for LinuxRemoteEntry
Auto Trait Implementations§
impl Freeze for LinuxRemoteEntry
impl RefUnwindSafe for LinuxRemoteEntry
impl Send for LinuxRemoteEntry
impl Sync for LinuxRemoteEntry
impl Unpin for LinuxRemoteEntry
impl UnwindSafe for LinuxRemoteEntry
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