pub enum FeatureNamespace {
Catalog,
Wir,
Settings,
Localization,
}Expand description
The owner namespace of a Workshop capability identity.
Variants§
Catalog
An identity declared by the canonical Workshop catalog.
Wir
A Workshop IR or structural identity owned by this crate.
Settings
A canonical custom-game settings path owned by this crate.
Localization
A locale conversion or localization capability owned by this crate.
Implementations§
Trait Implementations§
Source§impl Clone for FeatureNamespace
impl Clone for FeatureNamespace
Source§fn clone(&self) -> FeatureNamespace
fn clone(&self) -> FeatureNamespace
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FeatureNamespace
Source§impl Debug for FeatureNamespace
impl Debug for FeatureNamespace
Source§impl<'de> Deserialize<'de> for FeatureNamespace
impl<'de> Deserialize<'de> for FeatureNamespace
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
impl Eq for FeatureNamespace
Source§impl Hash for FeatureNamespace
impl Hash for FeatureNamespace
Source§impl PartialEq for FeatureNamespace
impl PartialEq for FeatureNamespace
Source§impl Serialize for FeatureNamespace
impl Serialize for FeatureNamespace
impl StructuralPartialEq for FeatureNamespace
Auto Trait Implementations§
impl Freeze for FeatureNamespace
impl RefUnwindSafe for FeatureNamespace
impl Send for FeatureNamespace
impl Sync for FeatureNamespace
impl Unpin for FeatureNamespace
impl UnsafeUnpin for FeatureNamespace
impl UnwindSafe for FeatureNamespace
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