pub struct AuthorizeLogoutParams {
pub body: SSOLogoutAuthorizeRequest,
}Fields§
§body: SSOLogoutAuthorizeRequestRequest body sent with this call.
Required.
Implementations§
Source§impl AuthorizeLogoutParams
impl AuthorizeLogoutParams
Sourcepub fn new(body: SSOLogoutAuthorizeRequest) -> Self
pub fn new(body: SSOLogoutAuthorizeRequest) -> Self
Construct a new AuthorizeLogoutParams with the required fields set.
Trait Implementations§
Source§impl Clone for AuthorizeLogoutParams
impl Clone for AuthorizeLogoutParams
Source§fn clone(&self) -> AuthorizeLogoutParams
fn clone(&self) -> AuthorizeLogoutParams
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 AuthorizeLogoutParams
impl Debug for AuthorizeLogoutParams
Auto Trait Implementations§
impl Freeze for AuthorizeLogoutParams
impl RefUnwindSafe for AuthorizeLogoutParams
impl Send for AuthorizeLogoutParams
impl Sync for AuthorizeLogoutParams
impl Unpin for AuthorizeLogoutParams
impl UnsafeUnpin for AuthorizeLogoutParams
impl UnwindSafe for AuthorizeLogoutParams
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