pub struct OpenSessionRequest {
pub resource: ResourceId,
}Expand description
open_session_request() (Table 5) — module → host, length=4.
Fields§
§resource: ResourceIdThe requested resource_identifier().
Trait Implementations§
Source§impl Clone for OpenSessionRequest
impl Clone for OpenSessionRequest
Source§fn clone(&self) -> OpenSessionRequest
fn clone(&self) -> OpenSessionRequest
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 moreimpl Copy for OpenSessionRequest
Source§impl Debug for OpenSessionRequest
impl Debug for OpenSessionRequest
impl Eq for OpenSessionRequest
Source§impl<'a> Parse<'a> for OpenSessionRequest
impl<'a> Parse<'a> for OpenSessionRequest
Source§impl PartialEq for OpenSessionRequest
impl PartialEq for OpenSessionRequest
Source§fn eq(&self, other: &OpenSessionRequest) -> bool
fn eq(&self, other: &OpenSessionRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for OpenSessionRequest
impl Serialize for OpenSessionRequest
Source§impl Serialize for OpenSessionRequest
impl Serialize for OpenSessionRequest
Source§type Error = Error
type Error = Error
The error type this implementer returns (usually the same as the
corresponding
Parse impl, but need not be).Source§fn serialized_len(&self) -> usize
fn serialized_len(&self) -> usize
Number of bytes
serialize_into will write.impl StructuralPartialEq for OpenSessionRequest
Auto Trait Implementations§
impl Freeze for OpenSessionRequest
impl RefUnwindSafe for OpenSessionRequest
impl Send for OpenSessionRequest
impl Sync for OpenSessionRequest
impl Unpin for OpenSessionRequest
impl UnsafeUnpin for OpenSessionRequest
impl UnwindSafe for OpenSessionRequest
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