pub struct CollaboratorVariableVariableValue {
pub type: VariableValueType,
pub id: String,
}Fields§
§type: VariableValueType§id: StringTrait Implementations§
Source§impl Clone for CollaboratorVariableVariableValue
impl Clone for CollaboratorVariableVariableValue
Source§fn clone(&self) -> CollaboratorVariableVariableValue
fn clone(&self) -> CollaboratorVariableVariableValue
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 Default for CollaboratorVariableVariableValue
impl Default for CollaboratorVariableVariableValue
Source§fn default() -> CollaboratorVariableVariableValue
fn default() -> CollaboratorVariableVariableValue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CollaboratorVariableVariableValue
impl<'de> Deserialize<'de> for CollaboratorVariableVariableValue
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 StructuralPartialEq for CollaboratorVariableVariableValue
Auto Trait Implementations§
impl Freeze for CollaboratorVariableVariableValue
impl RefUnwindSafe for CollaboratorVariableVariableValue
impl Send for CollaboratorVariableVariableValue
impl Sync for CollaboratorVariableVariableValue
impl Unpin for CollaboratorVariableVariableValue
impl UnsafeUnpin for CollaboratorVariableVariableValue
impl UnwindSafe for CollaboratorVariableVariableValue
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