pub struct AuthorizedResource(/* private fields */);Expand description
Resource whose trusted ownership matched the authenticated tenant.
Implementations§
Source§impl AuthorizedResource
impl AuthorizedResource
pub const fn kind(self) -> ResourceKind
Trait Implementations§
Source§impl Clone for AuthorizedResource
impl Clone for AuthorizedResource
Source§fn clone(&self) -> AuthorizedResource
fn clone(&self) -> AuthorizedResource
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 AuthorizedResource
Source§impl Debug for AuthorizedResource
impl Debug for AuthorizedResource
impl Eq for AuthorizedResource
Source§impl PartialEq for AuthorizedResource
impl PartialEq for AuthorizedResource
impl StructuralPartialEq for AuthorizedResource
Auto Trait Implementations§
impl Freeze for AuthorizedResource
impl RefUnwindSafe for AuthorizedResource
impl Send for AuthorizedResource
impl Sync for AuthorizedResource
impl Unpin for AuthorizedResource
impl UnsafeUnpin for AuthorizedResource
impl UnwindSafe for AuthorizedResource
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