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