pub struct SessionRejectReason { /* private fields */ }Implementations§
Source§impl SessionRejectReason
impl SessionRejectReason
pub fn INVALID_TAG_NUMBER() -> SessionRejectReason
pub fn REQUIRED_TAG_MISSING() -> SessionRejectReason
pub fn TAG_NOT_DEFINED_FOR_THIS_MESSAGE_TYPE() -> SessionRejectReason
pub fn UNDEFINED_TAG() -> SessionRejectReason
pub fn TAG_SPECIFIED_WITHOUT_A_VALUE() -> SessionRejectReason
pub fn VALUE_IS_INCORRECT() -> SessionRejectReason
pub fn INCORRECT_DATA_FORMAT_FOR_VALUE() -> SessionRejectReason
pub fn DECRYPTION_PROBLEM() -> SessionRejectReason
pub fn SIGNATURE_PROBLEM() -> SessionRejectReason
pub fn COMPID_PROBLEM() -> SessionRejectReason
pub fn SENDING_TIME_ACCURACY_PROBLEM() -> SessionRejectReason
pub fn INVALID_MSGTYPE() -> SessionRejectReason
pub fn XML_VALIDATION_ERROR() -> SessionRejectReason
pub fn TAG_APPEARS_MORE_THAN_ONCE() -> SessionRejectReason
pub fn TAG_SPECIFIED_OUT_OF_REQUIRED_ORDER() -> SessionRejectReason
pub fn REPEATING_GROUP_FIELDS_OUT_OF_ORDER() -> SessionRejectReason
pub fn INCORRECT_NUM_IN_GROUP_COUNT_FOR_REPEATING_GROUP() -> SessionRejectReason
pub fn NON_DATA_VALUE_INCLUDES_FIELD_DELIMITER() -> SessionRejectReason
pub fn OTHER(reason: String) -> SessionRejectReason
pub fn tag(&self) -> Tag
pub fn reason(&self) -> &str
pub fn description(&self) -> String
Trait Implementations§
Source§impl Clone for SessionRejectReason
impl Clone for SessionRejectReason
Source§fn clone(&self) -> SessionRejectReason
fn clone(&self) -> SessionRejectReason
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 SessionRejectReason
impl Debug for SessionRejectReason
impl Eq for SessionRejectReason
Source§impl PartialEq for SessionRejectReason
impl PartialEq for SessionRejectReason
impl StructuralPartialEq for SessionRejectReason
Auto Trait Implementations§
impl Freeze for SessionRejectReason
impl RefUnwindSafe for SessionRejectReason
impl Send for SessionRejectReason
impl Sync for SessionRejectReason
impl Unpin for SessionRejectReason
impl UnsafeUnpin for SessionRejectReason
impl UnwindSafe for SessionRejectReason
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