pub struct ListWrapperTenantDataInner {
pub tenant_id: Uuid,
pub name: String,
pub realm: String,
pub timezone: String,
pub parent_id: Option<Option<Uuid>>,
pub service_ids: Vec<Uuid>,
pub service_tags: Vec<String>,
pub last_change: String,
}Fields§
§tenant_id: Uuid§name: String§realm: String§timezone: String§parent_id: Option<Option<Uuid>>§service_ids: Vec<Uuid>§last_change: StringImplementations§
Trait Implementations§
Source§impl Clone for ListWrapperTenantDataInner
impl Clone for ListWrapperTenantDataInner
Source§fn clone(&self) -> ListWrapperTenantDataInner
fn clone(&self) -> ListWrapperTenantDataInner
Returns a duplicate of the value. Read more
1.0.0 · 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 ListWrapperTenantDataInner
impl Debug for ListWrapperTenantDataInner
Source§impl Default for ListWrapperTenantDataInner
impl Default for ListWrapperTenantDataInner
Source§fn default() -> ListWrapperTenantDataInner
fn default() -> ListWrapperTenantDataInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListWrapperTenantDataInner
impl<'de> Deserialize<'de> for ListWrapperTenantDataInner
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 StructuralPartialEq for ListWrapperTenantDataInner
Auto Trait Implementations§
impl Freeze for ListWrapperTenantDataInner
impl RefUnwindSafe for ListWrapperTenantDataInner
impl Send for ListWrapperTenantDataInner
impl Sync for ListWrapperTenantDataInner
impl Unpin for ListWrapperTenantDataInner
impl UnwindSafe for ListWrapperTenantDataInner
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