pub struct FileSystemKey { /* private fields */ }
Implementations§
Source§impl FileSystemKey
impl FileSystemKey
Source§impl FileSystemKey
impl FileSystemKey
pub fn string_bit(&self) -> String
pub fn string_prefix(&self) -> String
pub fn generate_address_tail(&self) -> String
Trait Implementations§
Source§impl Clone for FileSystemKey
impl Clone for FileSystemKey
Source§fn clone(&self) -> FileSystemKey
fn clone(&self) -> FileSystemKey
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 FileSystemKey
impl Debug for FileSystemKey
Source§impl<'de> Deserialize<'de> for FileSystemKey
impl<'de> Deserialize<'de> for FileSystemKey
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl FromStr for FileSystemKey
impl FromStr for FileSystemKey
Source§impl Hash for FileSystemKey
impl Hash for FileSystemKey
Source§impl Into<ResourceKey> for FileSystemKey
impl Into<ResourceKey> for FileSystemKey
Source§fn into(self) -> ResourceKey
fn into(self) -> ResourceKey
Converts this type into the (usually inferred) input type.
Source§impl PartialEq for FileSystemKey
impl PartialEq for FileSystemKey
Source§impl Serialize for FileSystemKey
impl Serialize for FileSystemKey
Source§impl ToString for FileSystemKey
impl ToString for FileSystemKey
Source§impl TryInto<FileSystemKey> for ResourceKey
impl TryInto<FileSystemKey> for ResourceKey
impl Eq for FileSystemKey
impl StructuralPartialEq for FileSystemKey
Auto Trait Implementations§
impl Freeze for FileSystemKey
impl RefUnwindSafe for FileSystemKey
impl Send for FileSystemKey
impl Sync for FileSystemKey
impl Unpin for FileSystemKey
impl UnwindSafe for FileSystemKey
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