pub struct LogoutRequest { /* private fields */ }Expand description
Parsed LogoutRequest result.
Implementations§
Source§impl LogoutRequest
impl LogoutRequest
Sourcepub fn session_indexes(&self) -> &[SessionIndex]
pub fn session_indexes(&self) -> &[SessionIndex]
Session indexes.
Sourcepub fn destination(&self) -> Option<&EndpointUrl>
pub fn destination(&self) -> Option<&EndpointUrl>
Destination endpoint, when present.
Sourcepub fn raw_flow(&self) -> &FlowResult
pub fn raw_flow(&self) -> &FlowResult
Raw validated flow result.
Trait Implementations§
Source§impl Clone for LogoutRequest
impl Clone for LogoutRequest
Source§fn clone(&self) -> LogoutRequest
fn clone(&self) -> LogoutRequest
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 LogoutRequest
impl Debug for LogoutRequest
Source§impl TryFrom<FlowResult> for LogoutRequest
impl TryFrom<FlowResult> for LogoutRequest
Auto Trait Implementations§
impl Freeze for LogoutRequest
impl RefUnwindSafe for LogoutRequest
impl Send for LogoutRequest
impl Sync for LogoutRequest
impl Unpin for LogoutRequest
impl UnsafeUnpin for LogoutRequest
impl UnwindSafe for LogoutRequest
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