pub struct TenantUpdate {
pub name: Option<String>,
}Fields§
§name: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for TenantUpdate
impl Clone for TenantUpdate
Source§fn clone(&self) -> TenantUpdate
fn clone(&self) -> TenantUpdate
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 TenantUpdate
impl Debug for TenantUpdate
Source§impl Default for TenantUpdate
impl Default for TenantUpdate
Source§fn default() -> TenantUpdate
fn default() -> TenantUpdate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TenantUpdate
impl<'de> Deserialize<'de> for TenantUpdate
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
Auto Trait Implementations§
impl Freeze for TenantUpdate
impl RefUnwindSafe for TenantUpdate
impl Send for TenantUpdate
impl Sync for TenantUpdate
impl Unpin for TenantUpdate
impl UnsafeUnpin for TenantUpdate
impl UnwindSafe for TenantUpdate
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