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