pub struct LogoutResponse { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for LogoutResponse
impl Clone for LogoutResponse
Source§fn clone(&self) -> LogoutResponse
fn clone(&self) -> LogoutResponse
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 LogoutResponse
impl Debug for LogoutResponse
Source§impl Default for LogoutResponse
impl Default for LogoutResponse
Source§impl From<LogoutResponse> for LogoutResponse
impl From<LogoutResponse> for LogoutResponse
Source§fn from(value: LogoutResponse) -> Self
fn from(value: LogoutResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<LogoutResponse> for LogoutResponse
impl TryFrom<LogoutResponse> for LogoutResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: LogoutResponse) -> Result<Self, ConversionError>
fn try_from(value: LogoutResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for LogoutResponse
impl RefUnwindSafe for LogoutResponse
impl Send for LogoutResponse
impl Sync for LogoutResponse
impl Unpin for LogoutResponse
impl UnsafeUnpin for LogoutResponse
impl UnwindSafe for LogoutResponse
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