pub struct TenantResource {
pub tenant_id: TenantId,
pub kind: ResourceKind,
}Expand description
Tenant ownership resolved from a trusted repository lookup.
Fields§
§tenant_id: TenantId§kind: ResourceKindTrait Implementations§
Source§impl Clone for TenantResource
impl Clone for TenantResource
Source§fn clone(&self) -> TenantResource
fn clone(&self) -> TenantResource
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 TenantResource
Source§impl Debug for TenantResource
impl Debug for TenantResource
impl Eq for TenantResource
Source§impl PartialEq for TenantResource
impl PartialEq for TenantResource
impl StructuralPartialEq for TenantResource
Auto Trait Implementations§
impl Freeze for TenantResource
impl RefUnwindSafe for TenantResource
impl Send for TenantResource
impl Sync for TenantResource
impl Unpin for TenantResource
impl UnsafeUnpin for TenantResource
impl UnwindSafe for TenantResource
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