pub struct Logout {
pub session_status: Option<SessionStatus>,
pub text: Option<FixString>,
pub encoded_text: Option<Data>,
}
Fields§
§session_status: Option<SessionStatus>
Tag 1409.
text: Option<FixString>
Tag 58.
encoded_text: Option<Data>
Tag 355.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Logout
impl RefUnwindSafe for Logout
impl Send for Logout
impl Sync for Logout
impl Unpin for Logout
impl UnwindSafe for Logout
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