pub struct ReceivedReason1Choice {
pub no_spcfd_rsn: Option<NoReasonCode>,
pub rsn: Option<ReceivedReason2Choice>,
}Fields§
§no_spcfd_rsn: Option<NoReasonCode>§rsn: Option<ReceivedReason2Choice>Implementations§
Source§impl ReceivedReason1Choice
impl ReceivedReason1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ReceivedReason1Choice
impl RefUnwindSafe for ReceivedReason1Choice
impl Send for ReceivedReason1Choice
impl Sync for ReceivedReason1Choice
impl Unpin for ReceivedReason1Choice
impl UnwindSafe for ReceivedReason1Choice
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