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