pub struct ParametricRepresentationContextId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for ParametricRepresentationContextId
impl Clone for ParametricRepresentationContextId
Source§fn clone(&self) -> ParametricRepresentationContextId
fn clone(&self) -> ParametricRepresentationContextId
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 ParametricRepresentationContextId
impl Eq for ParametricRepresentationContextId
Source§impl PartialEq for ParametricRepresentationContextId
impl PartialEq for ParametricRepresentationContextId
Source§fn eq(&self, other: &ParametricRepresentationContextId) -> bool
fn eq(&self, other: &ParametricRepresentationContextId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ParametricRepresentationContextId
Auto Trait Implementations§
impl Freeze for ParametricRepresentationContextId
impl RefUnwindSafe for ParametricRepresentationContextId
impl Send for ParametricRepresentationContextId
impl Sync for ParametricRepresentationContextId
impl Unpin for ParametricRepresentationContextId
impl UnsafeUnpin for ParametricRepresentationContextId
impl UnwindSafe for ParametricRepresentationContextId
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