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