pub struct FilesystemIdentity {
pub locality: Locality,
pub name: String,
}Expand description
The filesystem an existing directory sits on.
Fields§
§locality: LocalityWhether it is provably local.
name: StringWhat the platform called it, for the operator-facing message.
Implementations§
Trait Implementations§
Source§impl Clone for FilesystemIdentity
impl Clone for FilesystemIdentity
Source§fn clone(&self) -> FilesystemIdentity
fn clone(&self) -> FilesystemIdentity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FilesystemIdentity
impl Debug for FilesystemIdentity
impl Eq for FilesystemIdentity
Source§impl PartialEq for FilesystemIdentity
impl PartialEq for FilesystemIdentity
impl StructuralPartialEq for FilesystemIdentity
Auto Trait Implementations§
impl Freeze for FilesystemIdentity
impl RefUnwindSafe for FilesystemIdentity
impl Send for FilesystemIdentity
impl Sync for FilesystemIdentity
impl Unpin for FilesystemIdentity
impl UnsafeUnpin for FilesystemIdentity
impl UnwindSafe for FilesystemIdentity
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