pub struct UnbindRequest {
pub sequence_number: u32,
}Expand description
Represents an Unbind Request PDU.
Used to request the termination of a session.
Fields§
§sequence_number: u32Sequence number of the PDU
Implementations§
Source§impl UnbindRequest
impl UnbindRequest
Trait Implementations§
Source§impl Clone for UnbindRequest
impl Clone for UnbindRequest
Source§fn clone(&self) -> UnbindRequest
fn clone(&self) -> UnbindRequest
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 UnbindRequest
impl Debug for UnbindRequest
Source§impl PartialEq for UnbindRequest
impl PartialEq for UnbindRequest
impl StructuralPartialEq for UnbindRequest
Auto Trait Implementations§
impl Freeze for UnbindRequest
impl RefUnwindSafe for UnbindRequest
impl Send for UnbindRequest
impl Sync for UnbindRequest
impl Unpin for UnbindRequest
impl UnwindSafe for UnbindRequest
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