pub struct RealizerId(/* private fields */);Expand description
Stable identity for one registered serial realizer.
Implementations§
Trait Implementations§
Source§impl Clone for RealizerId
impl Clone for RealizerId
Source§fn clone(&self) -> RealizerId
fn clone(&self) -> RealizerId
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 moreSource§impl Debug for RealizerId
impl Debug for RealizerId
Source§impl Display for RealizerId
impl Display for RealizerId
impl Eq for RealizerId
Source§impl Hash for RealizerId
impl Hash for RealizerId
Source§impl Ord for RealizerId
impl Ord for RealizerId
Source§fn cmp(&self, other: &RealizerId) -> Ordering
fn cmp(&self, other: &RealizerId) -> Ordering
1.21.0 (const: unstable) · 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 for RealizerId
impl PartialEq for RealizerId
Source§impl PartialOrd for RealizerId
impl PartialOrd for RealizerId
impl StructuralPartialEq for RealizerId
Auto Trait Implementations§
impl Freeze for RealizerId
impl RefUnwindSafe for RealizerId
impl Send for RealizerId
impl Sync for RealizerId
impl Unpin for RealizerId
impl UnsafeUnpin for RealizerId
impl UnwindSafe for RealizerId
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