pub struct TenantDeleteRequest {
pub async: Option<bool>,
pub event_info: Option<Box<EventInfo>>,
}
Expand description
TenantDeleteRequest : Request for the Tenant API to delete a tenant rather than using the URL parameters.
Fields§
§async: Option<bool>
§event_info: Option<Box<EventInfo>>
Implementations§
Source§impl TenantDeleteRequest
impl TenantDeleteRequest
Sourcepub fn new() -> TenantDeleteRequest
pub fn new() -> TenantDeleteRequest
Request for the Tenant API to delete a tenant rather than using the URL parameters.
Trait Implementations§
Source§impl Clone for TenantDeleteRequest
impl Clone for TenantDeleteRequest
Source§fn clone(&self) -> TenantDeleteRequest
fn clone(&self) -> TenantDeleteRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TenantDeleteRequest
impl Debug for TenantDeleteRequest
Source§impl Default for TenantDeleteRequest
impl Default for TenantDeleteRequest
Source§fn default() -> TenantDeleteRequest
fn default() -> TenantDeleteRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TenantDeleteRequest
impl<'de> Deserialize<'de> for TenantDeleteRequest
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 TenantDeleteRequest
impl PartialEq for TenantDeleteRequest
Source§impl Serialize for TenantDeleteRequest
impl Serialize for TenantDeleteRequest
impl StructuralPartialEq for TenantDeleteRequest
Auto Trait Implementations§
impl Freeze for TenantDeleteRequest
impl RefUnwindSafe for TenantDeleteRequest
impl Send for TenantDeleteRequest
impl Sync for TenantDeleteRequest
impl Unpin for TenantDeleteRequest
impl UnwindSafe for TenantDeleteRequest
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