pub struct TenantInfo {
pub id: i64,
pub prefix: FDBTenantPrintableInfo,
pub name: FDBTenantPrintableInfo,
}
Expand description
Holds the information about a tenant
Fields§
§id: i64
§prefix: FDBTenantPrintableInfo
§name: FDBTenantPrintableInfo
Trait Implementations§
Source§impl Debug for TenantInfo
impl Debug for TenantInfo
Source§impl<'de> Deserialize<'de> for TenantInfo
impl<'de> Deserialize<'de> for TenantInfo
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 Serialize for TenantInfo
impl Serialize for TenantInfo
Auto Trait Implementations§
impl Freeze for TenantInfo
impl RefUnwindSafe for TenantInfo
impl Send for TenantInfo
impl Sync for TenantInfo
impl Unpin for TenantInfo
impl UnwindSafe for TenantInfo
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