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