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