Struct windows_metadata::ImplMap
source · pub struct ImplMap(_);Trait Implementations§
source§impl Ord for ImplMap
impl Ord for ImplMap
source§impl PartialEq<ImplMap> for ImplMap
impl PartialEq<ImplMap> for ImplMap
source§impl PartialOrd<ImplMap> for ImplMap
impl PartialOrd<ImplMap> for ImplMap
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 ImplMap
impl Eq for ImplMap
impl StructuralEq for ImplMap
impl StructuralPartialEq for ImplMap
Auto Trait Implementations§
impl RefUnwindSafe for ImplMap
impl Send for ImplMap
impl Sync for ImplMap
impl Unpin for ImplMap
impl UnwindSafe for ImplMap
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