pub struct SessionOpenMetadata {Show 13 fields
pub requested_session_id: u32,
pub profile_id: u16,
pub priority_class: SessionPriorityClass,
pub session_flags: u8,
pub schema_id: u32,
pub schema_version: u32,
pub default_deadline_ms: u32,
pub max_in_flight_operations: u16,
pub lease_ttl_hint_ms: u32,
pub resume_token_bytes: u32,
pub auth_bytes: u32,
pub session_extension_bytes: u32,
pub client_session_tag: u64,
}Fields§
§requested_session_id: u32§profile_id: u16§priority_class: SessionPriorityClass§session_flags: u8§schema_id: u32§schema_version: u32§default_deadline_ms: u32§max_in_flight_operations: u16§lease_ttl_hint_ms: u32§resume_token_bytes: u32§auth_bytes: u32§session_extension_bytes: u32§client_session_tag: u64Implementations§
Trait Implementations§
Source§impl Clone for SessionOpenMetadata
impl Clone for SessionOpenMetadata
Source§fn clone(&self) -> SessionOpenMetadata
fn clone(&self) -> SessionOpenMetadata
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 SessionOpenMetadata
impl Debug for SessionOpenMetadata
Source§impl PartialEq for SessionOpenMetadata
impl PartialEq for SessionOpenMetadata
Source§fn eq(&self, other: &SessionOpenMetadata) -> bool
fn eq(&self, other: &SessionOpenMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SessionOpenMetadata
impl Eq for SessionOpenMetadata
impl StructuralPartialEq for SessionOpenMetadata
Auto Trait Implementations§
impl Freeze for SessionOpenMetadata
impl RefUnwindSafe for SessionOpenMetadata
impl Send for SessionOpenMetadata
impl Sync for SessionOpenMetadata
impl Unpin for SessionOpenMetadata
impl UnsafeUnpin for SessionOpenMetadata
impl UnwindSafe for SessionOpenMetadata
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