Struct windows_metadata::GenericParam
source · pub struct GenericParam(_);Trait Implementations§
source§impl AsRow for GenericParam
impl AsRow for GenericParam
source§impl Clone for GenericParam
impl Clone for GenericParam
source§fn clone(&self) -> GenericParam
fn clone(&self) -> GenericParam
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 Debug for GenericParam
impl Debug for GenericParam
source§impl From<GenericParam> for HasAttribute
impl From<GenericParam> for HasAttribute
source§fn from(from: GenericParam) -> Self
fn from(from: GenericParam) -> Self
Converts to this type from the input type.
source§impl Hash for GenericParam
impl Hash for GenericParam
source§impl Ord for GenericParam
impl Ord for GenericParam
source§fn cmp(&self, other: &GenericParam) -> Ordering
fn cmp(&self, other: &GenericParam) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<GenericParam> for GenericParam
impl PartialEq<GenericParam> for GenericParam
source§fn eq(&self, other: &GenericParam) -> bool
fn eq(&self, other: &GenericParam) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<GenericParam> for GenericParam
impl PartialOrd<GenericParam> for GenericParam
source§fn partial_cmp(&self, other: &GenericParam) -> Option<Ordering>
fn partial_cmp(&self, other: &GenericParam) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for GenericParam
impl Eq for GenericParam
impl StructuralEq for GenericParam
impl StructuralPartialEq for GenericParam
Auto Trait Implementations§
impl RefUnwindSafe for GenericParam
impl Send for GenericParam
impl Sync for GenericParam
impl Unpin for GenericParam
impl UnwindSafe for GenericParam
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