pub struct LeaveTenantResponse {
pub left: bool,
pub tenant_id: String,
}Expand description
LeaveTenantResponse model.
Fields§
§left: bool§tenant_id: StringTrait Implementations§
Source§impl Clone for LeaveTenantResponse
impl Clone for LeaveTenantResponse
Source§fn clone(&self) -> LeaveTenantResponse
fn clone(&self) -> LeaveTenantResponse
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 LeaveTenantResponse
impl Debug for LeaveTenantResponse
Source§impl Default for LeaveTenantResponse
impl Default for LeaveTenantResponse
Source§fn default() -> LeaveTenantResponse
fn default() -> LeaveTenantResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LeaveTenantResponse
impl<'de> Deserialize<'de> for LeaveTenantResponse
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 LeaveTenantResponse
impl PartialEq for LeaveTenantResponse
Source§impl Serialize for LeaveTenantResponse
impl Serialize for LeaveTenantResponse
impl StructuralPartialEq for LeaveTenantResponse
Auto Trait Implementations§
impl Freeze for LeaveTenantResponse
impl RefUnwindSafe for LeaveTenantResponse
impl Send for LeaveTenantResponse
impl Sync for LeaveTenantResponse
impl Unpin for LeaveTenantResponse
impl UnsafeUnpin for LeaveTenantResponse
impl UnwindSafe for LeaveTenantResponse
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