pub struct RealtimePayloadOwnerIdentity(/* private fields */);Expand description
Process-local identity of the canonical session state owning payload tensors.
Implementations§
Trait Implementations§
Source§impl Clone for RealtimePayloadOwnerIdentity
impl Clone for RealtimePayloadOwnerIdentity
Source§fn clone(&self) -> RealtimePayloadOwnerIdentity
fn clone(&self) -> RealtimePayloadOwnerIdentity
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 RealtimePayloadOwnerIdentity
Source§impl Debug for RealtimePayloadOwnerIdentity
impl Debug for RealtimePayloadOwnerIdentity
impl Eq for RealtimePayloadOwnerIdentity
Source§impl Hash for RealtimePayloadOwnerIdentity
impl Hash for RealtimePayloadOwnerIdentity
Source§impl Ord for RealtimePayloadOwnerIdentity
impl Ord for RealtimePayloadOwnerIdentity
Source§fn cmp(&self, other: &RealtimePayloadOwnerIdentity) -> Ordering
fn cmp(&self, other: &RealtimePayloadOwnerIdentity) -> 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 PartialOrd for RealtimePayloadOwnerIdentity
impl PartialOrd for RealtimePayloadOwnerIdentity
impl StructuralPartialEq for RealtimePayloadOwnerIdentity
Auto Trait Implementations§
impl Freeze for RealtimePayloadOwnerIdentity
impl RefUnwindSafe for RealtimePayloadOwnerIdentity
impl Send for RealtimePayloadOwnerIdentity
impl Sync for RealtimePayloadOwnerIdentity
impl Unpin for RealtimePayloadOwnerIdentity
impl UnsafeUnpin for RealtimePayloadOwnerIdentity
impl UnwindSafe for RealtimePayloadOwnerIdentity
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