pub struct RealmId(/* private fields */);Expand description
Realm identifier for an authority, namespace, tenant, or trust domain.
Implementations§
Trait Implementations§
impl Eq for RealmId
impl StructuralPartialEq for RealmId
Auto Trait Implementations§
impl Freeze for RealmId
impl RefUnwindSafe for RealmId
impl Send for RealmId
impl Sync for RealmId
impl Unpin for RealmId
impl UnsafeUnpin for RealmId
impl UnwindSafe for RealmId
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