pub struct SemanticAmountArgEntry {
pub arg_name: String,
pub binding_name: String,
pub raw_expression: String,
}Fields§
§arg_name: String§binding_name: String§raw_expression: StringTrait Implementations§
Source§impl Clone for SemanticAmountArgEntry
impl Clone for SemanticAmountArgEntry
Source§fn clone(&self) -> SemanticAmountArgEntry
fn clone(&self) -> SemanticAmountArgEntry
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 SemanticAmountArgEntry
impl Debug for SemanticAmountArgEntry
impl Eq for SemanticAmountArgEntry
Source§impl PartialEq for SemanticAmountArgEntry
impl PartialEq for SemanticAmountArgEntry
impl StructuralPartialEq for SemanticAmountArgEntry
Auto Trait Implementations§
impl Freeze for SemanticAmountArgEntry
impl RefUnwindSafe for SemanticAmountArgEntry
impl Send for SemanticAmountArgEntry
impl Sync for SemanticAmountArgEntry
impl Unpin for SemanticAmountArgEntry
impl UnsafeUnpin for SemanticAmountArgEntry
impl UnwindSafe for SemanticAmountArgEntry
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.