pub struct SessionOpenAckMetadata {Show 16 fields
pub session_id: u32,
pub accepted_profile_id: u16,
pub accepted_priority_class: SessionPriorityClass,
pub session_status: SessionStatus,
pub schema_id: u32,
pub schema_version: u32,
pub granted_operation_credit: u16,
pub max_in_flight_operations: u16,
pub lease_ttl_ms: u32,
pub resume_window_ms: u32,
pub resume_token_bytes: u32,
pub session_extension_bytes: u32,
pub server_session_tag: u64,
pub route_scope_id: u32,
pub session_error_code: u32,
pub session_flags_ack: u32,
}Fields§
§session_id: u32§accepted_profile_id: u16§accepted_priority_class: SessionPriorityClass§session_status: SessionStatus§schema_id: u32§schema_version: u32§granted_operation_credit: u16§max_in_flight_operations: u16§lease_ttl_ms: u32§resume_window_ms: u32§resume_token_bytes: u32§session_extension_bytes: u32§server_session_tag: u64§route_scope_id: u32§session_error_code: u32§session_flags_ack: u32Implementations§
Trait Implementations§
Source§impl Clone for SessionOpenAckMetadata
impl Clone for SessionOpenAckMetadata
Source§fn clone(&self) -> SessionOpenAckMetadata
fn clone(&self) -> SessionOpenAckMetadata
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 moreSource§impl Debug for SessionOpenAckMetadata
impl Debug for SessionOpenAckMetadata
Source§impl PartialEq for SessionOpenAckMetadata
impl PartialEq for SessionOpenAckMetadata
Source§fn eq(&self, other: &SessionOpenAckMetadata) -> bool
fn eq(&self, other: &SessionOpenAckMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SessionOpenAckMetadata
impl Eq for SessionOpenAckMetadata
impl StructuralPartialEq for SessionOpenAckMetadata
Auto Trait Implementations§
impl Freeze for SessionOpenAckMetadata
impl RefUnwindSafe for SessionOpenAckMetadata
impl Send for SessionOpenAckMetadata
impl Sync for SessionOpenAckMetadata
impl Unpin for SessionOpenAckMetadata
impl UnsafeUnpin for SessionOpenAckMetadata
impl UnwindSafe for SessionOpenAckMetadata
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