pub struct TenantProjectScope {
pub tenant_id: String,
pub project_id: String,
}Fields§
§tenant_id: String§project_id: StringImplementations§
Trait Implementations§
Source§impl Clone for TenantProjectScope
impl Clone for TenantProjectScope
Source§fn clone(&self) -> TenantProjectScope
fn clone(&self) -> TenantProjectScope
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 moreSource§impl Debug for TenantProjectScope
impl Debug for TenantProjectScope
Source§impl Default for TenantProjectScope
impl Default for TenantProjectScope
Source§fn default() -> TenantProjectScope
fn default() -> TenantProjectScope
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TenantProjectScope
impl<'de> Deserialize<'de> for TenantProjectScope
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for TenantProjectScope
Source§impl PartialEq for TenantProjectScope
impl PartialEq for TenantProjectScope
Source§impl Serialize for TenantProjectScope
impl Serialize for TenantProjectScope
impl StructuralPartialEq for TenantProjectScope
Auto Trait Implementations§
impl Freeze for TenantProjectScope
impl RefUnwindSafe for TenantProjectScope
impl Send for TenantProjectScope
impl Sync for TenantProjectScope
impl Unpin for TenantProjectScope
impl UnsafeUnpin for TenantProjectScope
impl UnwindSafe for TenantProjectScope
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