pub struct LinuxRemoteLocation { /* private fields */ }Expand description
Last durable directory location of an upserted stable item.
Implementations§
Trait Implementations§
Source§impl Clone for LinuxRemoteLocation
impl Clone for LinuxRemoteLocation
Source§fn clone(&self) -> LinuxRemoteLocation
fn clone(&self) -> LinuxRemoteLocation
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 LinuxRemoteLocation
impl Debug for LinuxRemoteLocation
Source§impl PartialEq for LinuxRemoteLocation
impl PartialEq for LinuxRemoteLocation
impl Eq for LinuxRemoteLocation
impl StructuralPartialEq for LinuxRemoteLocation
Auto Trait Implementations§
impl Freeze for LinuxRemoteLocation
impl RefUnwindSafe for LinuxRemoteLocation
impl Send for LinuxRemoteLocation
impl Sync for LinuxRemoteLocation
impl Unpin for LinuxRemoteLocation
impl UnwindSafe for LinuxRemoteLocation
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