pub struct NegativeResponse {
pub request_sid: ServiceIdentifier,
pub response_code: NegativeResponseCode,
}Fields§
§request_sid: ServiceIdentifier§response_code: NegativeResponseCodeTrait Implementations§
Source§impl Clone for NegativeResponse
impl Clone for NegativeResponse
Source§fn clone(&self) -> NegativeResponse
fn clone(&self) -> NegativeResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 NegativeResponse
impl Debug for NegativeResponse
Source§impl FrameRead<'_> for NegativeResponse
impl FrameRead<'_> for NegativeResponse
Source§impl FrameWrite for NegativeResponse
impl FrameWrite for NegativeResponse
Source§impl Ord for NegativeResponse
impl Ord for NegativeResponse
Source§fn cmp(&self, other: &NegativeResponse) -> Ordering
fn cmp(&self, other: &NegativeResponse) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NegativeResponse
impl PartialEq for NegativeResponse
Source§impl PartialOrd for NegativeResponse
impl PartialOrd for NegativeResponse
impl Eq for NegativeResponse
impl StructuralPartialEq for NegativeResponse
Auto Trait Implementations§
impl Freeze for NegativeResponse
impl RefUnwindSafe for NegativeResponse
impl Send for NegativeResponse
impl Sync for NegativeResponse
impl Unpin for NegativeResponse
impl UnsafeUnpin for NegativeResponse
impl UnwindSafe for NegativeResponse
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