pub struct FileKey { /* private fields */ }
Implementations§
Source§impl FileKey
impl FileKey
pub fn string_bit(&self) -> String
pub fn string_prefix(&self) -> String
pub fn generate_address_tail(&self) -> String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FileKey
impl<'de> Deserialize<'de> for FileKey
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 Into<ResourceKey> for FileKey
impl Into<ResourceKey> for FileKey
Source§fn into(self) -> ResourceKey
fn into(self) -> ResourceKey
Converts this type into the (usually inferred) input type.
Source§impl TryInto<FileKey> for ResourceKey
impl TryInto<FileKey> for ResourceKey
impl Eq for FileKey
impl StructuralPartialEq for FileKey
Auto Trait Implementations§
impl Freeze for FileKey
impl RefUnwindSafe for FileKey
impl Send for FileKey
impl Sync for FileKey
impl Unpin for FileKey
impl UnwindSafe for FileKey
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