pub struct RealtimeIdentity(/* private fields */);Expand description
Exact nonempty identity used by neutral realtime contracts.
Implementations§
Trait Implementations§
Source§impl Clone for RealtimeIdentity
impl Clone for RealtimeIdentity
Source§fn clone(&self) -> RealtimeIdentity
fn clone(&self) -> RealtimeIdentity
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 RealtimeIdentity
impl Debug for RealtimeIdentity
Source§impl Display for RealtimeIdentity
impl Display for RealtimeIdentity
impl Eq for RealtimeIdentity
Source§impl Hash for RealtimeIdentity
impl Hash for RealtimeIdentity
Source§impl Ord for RealtimeIdentity
impl Ord for RealtimeIdentity
Source§fn cmp(&self, other: &RealtimeIdentity) -> Ordering
fn cmp(&self, other: &RealtimeIdentity) -> 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for RealtimeIdentity
impl PartialEq for RealtimeIdentity
Source§impl PartialOrd for RealtimeIdentity
impl PartialOrd for RealtimeIdentity
impl StructuralPartialEq for RealtimeIdentity
Auto Trait Implementations§
impl Freeze for RealtimeIdentity
impl RefUnwindSafe for RealtimeIdentity
impl Send for RealtimeIdentity
impl Sync for RealtimeIdentity
impl Unpin for RealtimeIdentity
impl UnsafeUnpin for RealtimeIdentity
impl UnwindSafe for RealtimeIdentity
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