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