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