pub struct CreateSync200ResponseServerOrganisation {
pub name: Option<String>,
pub uuid: Option<Uuid>,
}
Fields§
§name: Option<String>
§uuid: Option<Uuid>
Implementations§
Trait Implementations§
Source§impl Clone for CreateSync200ResponseServerOrganisation
impl Clone for CreateSync200ResponseServerOrganisation
Source§fn clone(&self) -> CreateSync200ResponseServerOrganisation
fn clone(&self) -> CreateSync200ResponseServerOrganisation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for CreateSync200ResponseServerOrganisation
impl Default for CreateSync200ResponseServerOrganisation
Source§fn default() -> CreateSync200ResponseServerOrganisation
fn default() -> CreateSync200ResponseServerOrganisation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateSync200ResponseServerOrganisation
impl<'de> Deserialize<'de> for CreateSync200ResponseServerOrganisation
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 CreateSync200ResponseServerOrganisation
impl PartialEq for CreateSync200ResponseServerOrganisation
Source§fn eq(&self, other: &CreateSync200ResponseServerOrganisation) -> bool
fn eq(&self, other: &CreateSync200ResponseServerOrganisation) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CreateSync200ResponseServerOrganisation
Auto Trait Implementations§
impl Freeze for CreateSync200ResponseServerOrganisation
impl RefUnwindSafe for CreateSync200ResponseServerOrganisation
impl Send for CreateSync200ResponseServerOrganisation
impl Sync for CreateSync200ResponseServerOrganisation
impl Unpin for CreateSync200ResponseServerOrganisation
impl UnwindSafe for CreateSync200ResponseServerOrganisation
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