pub struct ScimUserPhoto {
pub primary: bool,
pub type: String,
pub value: String,
}Expand description
ScimUserPhoto from the ClickHouse Cloud API.
Fields§
§primary: bool§type: String§value: StringTrait Implementations§
Source§impl Clone for ScimUserPhoto
impl Clone for ScimUserPhoto
Source§fn clone(&self) -> ScimUserPhoto
fn clone(&self) -> ScimUserPhoto
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 ScimUserPhoto
impl Debug for ScimUserPhoto
Source§impl Default for ScimUserPhoto
impl Default for ScimUserPhoto
Source§fn default() -> ScimUserPhoto
fn default() -> ScimUserPhoto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ScimUserPhoto
impl<'de> Deserialize<'de> for ScimUserPhoto
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 ScimUserPhoto
impl PartialEq for ScimUserPhoto
Source§fn eq(&self, other: &ScimUserPhoto) -> bool
fn eq(&self, other: &ScimUserPhoto) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ScimUserPhoto
impl Serialize for ScimUserPhoto
impl StructuralPartialEq for ScimUserPhoto
Auto Trait Implementations§
impl Freeze for ScimUserPhoto
impl RefUnwindSafe for ScimUserPhoto
impl Send for ScimUserPhoto
impl Sync for ScimUserPhoto
impl Unpin for ScimUserPhoto
impl UnsafeUnpin for ScimUserPhoto
impl UnwindSafe for ScimUserPhoto
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