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