Struct nethsm_sdk_rs::models::user_post_data::UserPostData
source · pub struct UserPostData {
pub real_name: String,
pub role: UserRole,
pub passphrase: String,
}Fields§
§real_name: String§role: UserRole§passphrase: StringImplementations§
source§impl UserPostData
impl UserPostData
Trait Implementations§
source§impl Clone for UserPostData
impl Clone for UserPostData
source§fn clone(&self) -> UserPostData
fn clone(&self) -> UserPostData
Returns a copy 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 UserPostData
impl Debug for UserPostData
source§impl Default for UserPostData
impl Default for UserPostData
source§fn default() -> UserPostData
fn default() -> UserPostData
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UserPostData
impl<'de> Deserialize<'de> for UserPostData
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 UserPostData
impl PartialEq for UserPostData
source§fn eq(&self, other: &UserPostData) -> bool
fn eq(&self, other: &UserPostData) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for UserPostData
impl Serialize for UserPostData
impl StructuralPartialEq for UserPostData
Auto Trait Implementations§
impl RefUnwindSafe for UserPostData
impl Send for UserPostData
impl Sync for UserPostData
impl Unpin for UserPostData
impl UnwindSafe for UserPostData
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