Struct spacetimedb_lib::identity::AuthCtx
source · pub struct AuthCtx {
pub owner: Identity,
pub caller: Identity,
}Fields§
§owner: Identity§caller: IdentityImplementations§
Trait Implementations§
source§impl Ord for AuthCtx
impl Ord for AuthCtx
source§impl PartialEq for AuthCtx
impl PartialEq for AuthCtx
source§impl PartialOrd for AuthCtx
impl PartialOrd for AuthCtx
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for AuthCtx
impl Eq for AuthCtx
impl StructuralEq for AuthCtx
impl StructuralPartialEq for AuthCtx
Auto Trait Implementations§
impl RefUnwindSafe for AuthCtx
impl Send for AuthCtx
impl Sync for AuthCtx
impl Unpin for AuthCtx
impl UnwindSafe for AuthCtx
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