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