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