pub struct DatatableRoleTenants {
pub id: String,
pub name: Option<String>,
pub tenants: Vec<String>,
}Fields§
§id: String§name: Option<String>§tenants: Vec<String>Implementations§
Trait Implementations§
Source§impl Clone for DatatableRoleTenants
impl Clone for DatatableRoleTenants
Source§impl Debug for DatatableRoleTenants
impl Debug for DatatableRoleTenants
Source§impl Default for DatatableRoleTenants
impl Default for DatatableRoleTenants
Source§impl<'de> Deserialize<'de> for DatatableRoleTenants
impl<'de> Deserialize<'de> for DatatableRoleTenants
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
Source§impl PartialEq for DatatableRoleTenants
impl PartialEq for DatatableRoleTenants
Source§impl Serialize for DatatableRoleTenants
impl Serialize for DatatableRoleTenants
impl StructuralPartialEq for DatatableRoleTenants
Auto Trait Implementations§
impl Freeze for DatatableRoleTenants
impl RefUnwindSafe for DatatableRoleTenants
impl Send for DatatableRoleTenants
impl Sync for DatatableRoleTenants
impl Unpin for DatatableRoleTenants
impl UnsafeUnpin for DatatableRoleTenants
impl UnwindSafe for DatatableRoleTenants
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