pub struct GetScope(pub String);Tuple Fields§
§0: StringImplementations§
Source§impl GetScope
impl GetScope
pub const USER_CONTENT: &'static str = "user_content"
pub const ENTERPRISE_CONTENT: &'static str = "enterprise_content"
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GetScope
impl<'de> Deserialize<'de> for GetScope
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 GetScope
impl StructuralPartialEq for GetScope
Auto Trait Implementations§
impl Freeze for GetScope
impl RefUnwindSafe for GetScope
impl Send for GetScope
impl Sync for GetScope
impl Unpin for GetScope
impl UnsafeUnpin for GetScope
impl UnwindSafe for GetScope
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