pub enum CommunityReadScope {
Global,
Space {
name: String,
},
Uncategorized,
}Variants§
Trait Implementations§
Source§impl Clone for CommunityReadScope
impl Clone for CommunityReadScope
Source§fn clone(&self) -> CommunityReadScope
fn clone(&self) -> CommunityReadScope
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 moreSource§impl Debug for CommunityReadScope
impl Debug for CommunityReadScope
Source§impl<'de> Deserialize<'de> for CommunityReadScope
impl<'de> Deserialize<'de> for CommunityReadScope
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 CommunityReadScope
Source§impl PartialEq for CommunityReadScope
impl PartialEq for CommunityReadScope
Source§impl Serialize for CommunityReadScope
impl Serialize for CommunityReadScope
impl StructuralPartialEq for CommunityReadScope
Auto Trait Implementations§
impl Freeze for CommunityReadScope
impl RefUnwindSafe for CommunityReadScope
impl Send for CommunityReadScope
impl Sync for CommunityReadScope
impl Unpin for CommunityReadScope
impl UnsafeUnpin for CommunityReadScope
impl UnwindSafe for CommunityReadScope
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