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