pub struct VTCloseRequest {
pub list_of_remote_vt_session_identifiers: Vec<u8>,
}Expand description
VT-Close-Request service parameters.
Contains a SEQUENCE OF Unsigned8 (APPLICATION tagged).
Fields§
§list_of_remote_vt_session_identifiers: Vec<u8>Implementations§
Trait Implementations§
Source§impl Clone for VTCloseRequest
impl Clone for VTCloseRequest
Source§fn clone(&self) -> VTCloseRequest
fn clone(&self) -> VTCloseRequest
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 VTCloseRequest
impl Debug for VTCloseRequest
Source§impl PartialEq for VTCloseRequest
impl PartialEq for VTCloseRequest
impl Eq for VTCloseRequest
impl StructuralPartialEq for VTCloseRequest
Auto Trait Implementations§
impl Freeze for VTCloseRequest
impl RefUnwindSafe for VTCloseRequest
impl Send for VTCloseRequest
impl Sync for VTCloseRequest
impl Unpin for VTCloseRequest
impl UnsafeUnpin for VTCloseRequest
impl UnwindSafe for VTCloseRequest
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