pub struct OptionWrappedGenericParamListGreen(pub GreenId);
Tuple Fields§
§0: GreenId
Trait Implementations§
source§impl Clone for OptionWrappedGenericParamListGreen
impl Clone for OptionWrappedGenericParamListGreen
source§fn clone(&self) -> OptionWrappedGenericParamListGreen
fn clone(&self) -> OptionWrappedGenericParamListGreen
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<OptionWrappedGenericParamListEmptyGreen> for OptionWrappedGenericParamListGreen
impl From<OptionWrappedGenericParamListEmptyGreen> for OptionWrappedGenericParamListGreen
source§fn from(value: OptionWrappedGenericParamListEmptyGreen) -> Self
fn from(value: OptionWrappedGenericParamListEmptyGreen) -> Self
Converts to this type from the input type.
source§impl From<WrappedGenericParamListGreen> for OptionWrappedGenericParamListGreen
impl From<WrappedGenericParamListGreen> for OptionWrappedGenericParamListGreen
source§fn from(value: WrappedGenericParamListGreen) -> Self
fn from(value: WrappedGenericParamListGreen) -> Self
Converts to this type from the input type.
source§impl PartialEq for OptionWrappedGenericParamListGreen
impl PartialEq for OptionWrappedGenericParamListGreen
source§fn eq(&self, other: &OptionWrappedGenericParamListGreen) -> bool
fn eq(&self, other: &OptionWrappedGenericParamListGreen) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for OptionWrappedGenericParamListGreen
impl Eq for OptionWrappedGenericParamListGreen
impl StructuralEq for OptionWrappedGenericParamListGreen
impl StructuralPartialEq for OptionWrappedGenericParamListGreen
Auto Trait Implementations§
impl RefUnwindSafe for OptionWrappedGenericParamListGreen
impl Send for OptionWrappedGenericParamListGreen
impl Sync for OptionWrappedGenericParamListGreen
impl Unpin for OptionWrappedGenericParamListGreen
impl UnwindSafe for OptionWrappedGenericParamListGreen
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.