pub struct OptionArgListParenthesizedEmptyGreen(pub GreenId);Tuple Fields§
§0: GreenIdTrait Implementations§
source§impl Clone for OptionArgListParenthesizedEmptyGreen
impl Clone for OptionArgListParenthesizedEmptyGreen
source§fn clone(&self) -> OptionArgListParenthesizedEmptyGreen
fn clone(&self) -> OptionArgListParenthesizedEmptyGreen
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl From<OptionArgListParenthesizedEmptyGreen> for OptionArgListParenthesizedGreen
impl From<OptionArgListParenthesizedEmptyGreen> for OptionArgListParenthesizedGreen
source§fn from(value: OptionArgListParenthesizedEmptyGreen) -> Self
fn from(value: OptionArgListParenthesizedEmptyGreen) -> Self
Converts to this type from the input type.
source§impl PartialEq for OptionArgListParenthesizedEmptyGreen
impl PartialEq for OptionArgListParenthesizedEmptyGreen
source§fn eq(&self, other: &OptionArgListParenthesizedEmptyGreen) -> bool
fn eq(&self, other: &OptionArgListParenthesizedEmptyGreen) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for OptionArgListParenthesizedEmptyGreen
impl Eq for OptionArgListParenthesizedEmptyGreen
impl StructuralPartialEq for OptionArgListParenthesizedEmptyGreen
Auto Trait Implementations§
impl Freeze for OptionArgListParenthesizedEmptyGreen
impl RefUnwindSafe for OptionArgListParenthesizedEmptyGreen
impl Send for OptionArgListParenthesizedEmptyGreen
impl Sync for OptionArgListParenthesizedEmptyGreen
impl Unpin for OptionArgListParenthesizedEmptyGreen
impl UnwindSafe for OptionArgListParenthesizedEmptyGreen
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<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.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.