pub struct RealtimeModelOwnerIdentity(/* private fields */);Expand description
Typed model owner derived from an exact neutral selected contract.
Implementations§
Source§impl RealtimeModelOwnerIdentity
impl RealtimeModelOwnerIdentity
Sourcepub const fn session_identity(&self) -> &RealtimeModelSessionIdentity
pub const fn session_identity(&self) -> &RealtimeModelSessionIdentity
Exact neutral model/session identity represented by this owner.
Trait Implementations§
Source§impl Clone for RealtimeModelOwnerIdentity
impl Clone for RealtimeModelOwnerIdentity
Source§fn clone(&self) -> RealtimeModelOwnerIdentity
fn clone(&self) -> RealtimeModelOwnerIdentity
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 RealtimeModelOwnerIdentity
impl Debug for RealtimeModelOwnerIdentity
impl Eq for RealtimeModelOwnerIdentity
impl StructuralPartialEq for RealtimeModelOwnerIdentity
Auto Trait Implementations§
impl Freeze for RealtimeModelOwnerIdentity
impl RefUnwindSafe for RealtimeModelOwnerIdentity
impl Send for RealtimeModelOwnerIdentity
impl Sync for RealtimeModelOwnerIdentity
impl Unpin for RealtimeModelOwnerIdentity
impl UnsafeUnpin for RealtimeModelOwnerIdentity
impl UnwindSafe for RealtimeModelOwnerIdentity
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