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