pub struct TenantBinding { /* private fields */ }Expand description
Proof that a client claim was checked against server-derived identity.
Implementations§
Source§impl TenantBinding
impl TenantBinding
Trait Implementations§
Source§impl Clone for TenantBinding
impl Clone for TenantBinding
Source§fn clone(&self) -> TenantBinding
fn clone(&self) -> TenantBinding
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 TenantBinding
Source§impl Debug for TenantBinding
impl Debug for TenantBinding
impl Eq for TenantBinding
Source§impl PartialEq for TenantBinding
impl PartialEq for TenantBinding
impl StructuralPartialEq for TenantBinding
Auto Trait Implementations§
impl Freeze for TenantBinding
impl RefUnwindSafe for TenantBinding
impl Send for TenantBinding
impl Sync for TenantBinding
impl Unpin for TenantBinding
impl UnsafeUnpin for TenantBinding
impl UnwindSafe for TenantBinding
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