pub struct MetadataFilterScope(pub String);Tuple Fields§
§0: StringImplementations§
Source§impl MetadataFilterScope
impl MetadataFilterScope
pub const GLOBAL: &'static str = "global"
pub const ENTERPRISE: &'static str = "enterprise"
pub const ENTERPRISE_ENTERPRISE_ID: &'static str = "enterprise_{enterprise_id}"
Trait Implementations§
Source§impl Clone for MetadataFilterScope
impl Clone for MetadataFilterScope
Source§fn clone(&self) -> MetadataFilterScope
fn clone(&self) -> MetadataFilterScope
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 MetadataFilterScope
impl Debug for MetadataFilterScope
Source§impl Default for MetadataFilterScope
impl Default for MetadataFilterScope
Source§fn default() -> MetadataFilterScope
fn default() -> MetadataFilterScope
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MetadataFilterScope
impl<'de> Deserialize<'de> for MetadataFilterScope
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 MetadataFilterScope
Source§impl PartialEq for MetadataFilterScope
impl PartialEq for MetadataFilterScope
Source§impl Serialize for MetadataFilterScope
impl Serialize for MetadataFilterScope
impl StructuralPartialEq for MetadataFilterScope
Auto Trait Implementations§
impl Freeze for MetadataFilterScope
impl RefUnwindSafe for MetadataFilterScope
impl Send for MetadataFilterScope
impl Sync for MetadataFilterScope
impl Unpin for MetadataFilterScope
impl UnsafeUnpin for MetadataFilterScope
impl UnwindSafe for MetadataFilterScope
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