pub enum UserBaseParentKey {
Space(SpaceKey),
App(AppKey),
}
Variants§
Implementations§
Source§impl UserBaseParentKey
impl UserBaseParentKey
pub fn string_bit(&self) -> String
pub fn string_prefix(&self) -> String
Trait Implementations§
Source§impl Clone for UserBaseParentKey
impl Clone for UserBaseParentKey
Source§fn clone(&self) -> UserBaseParentKey
fn clone(&self) -> UserBaseParentKey
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 UserBaseParentKey
impl Debug for UserBaseParentKey
Source§impl<'de> Deserialize<'de> for UserBaseParentKey
impl<'de> Deserialize<'de> for UserBaseParentKey
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 Hash for UserBaseParentKey
impl Hash for UserBaseParentKey
Source§impl Into<ResourceKey> for UserBaseParentKey
impl Into<ResourceKey> for UserBaseParentKey
Source§fn into(self) -> ResourceKey
fn into(self) -> ResourceKey
Converts this type into the (usually inferred) input type.
Source§impl Into<UserBaseParentKey> for AppKey
impl Into<UserBaseParentKey> for AppKey
Source§fn into(self) -> UserBaseParentKey
fn into(self) -> UserBaseParentKey
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 PartialEq for UserBaseParentKey
impl PartialEq for UserBaseParentKey
Source§impl Serialize for UserBaseParentKey
impl Serialize for UserBaseParentKey
Source§impl TryInto<UserBaseParentKey> for ResourceKey
impl TryInto<UserBaseParentKey> for ResourceKey
impl Eq for UserBaseParentKey
impl StructuralPartialEq for UserBaseParentKey
Auto Trait Implementations§
impl Freeze for UserBaseParentKey
impl RefUnwindSafe for UserBaseParentKey
impl Send for UserBaseParentKey
impl Sync for UserBaseParentKey
impl Unpin for UserBaseParentKey
impl UnwindSafe for UserBaseParentKey
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