pub struct GenericPackMapping {
pub mappedType: TypePackId,
}Fields§
§mappedType: TypePackIdImplementations§
Source§impl GenericPackMapping
impl GenericPackMapping
pub fn operator_eq(&self, other: &GenericPackMapping) -> bool
Trait Implementations§
Source§impl Clone for GenericPackMapping
impl Clone for GenericPackMapping
Source§fn clone(&self) -> GenericPackMapping
fn clone(&self) -> GenericPackMapping
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 moreimpl Copy for GenericPackMapping
Source§impl Debug for GenericPackMapping
impl Debug for GenericPackMapping
impl Eq for GenericPackMapping
Source§impl PartialEq for GenericPackMapping
impl PartialEq for GenericPackMapping
Source§fn eq(&self, other: &GenericPackMapping) -> bool
fn eq(&self, other: &GenericPackMapping) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GenericPackMapping
Auto Trait Implementations§
impl !Send for GenericPackMapping
impl !Sync for GenericPackMapping
impl Freeze for GenericPackMapping
impl RefUnwindSafe for GenericPackMapping
impl Unpin for GenericPackMapping
impl UnsafeUnpin for GenericPackMapping
impl UnwindSafe for GenericPackMapping
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