pub struct ServerSessionId(/* private fields */);Available on crate feature
server only.Expand description
Session ID (48-bit, as per NOMAD spec).
Implementations§
Trait Implementations§
Source§impl Clone for ServerSessionId
impl Clone for ServerSessionId
Source§fn clone(&self) -> ServerSessionId
fn clone(&self) -> ServerSessionId
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 ServerSessionId
impl Debug for ServerSessionId
Source§impl Display for ServerSessionId
impl Display for ServerSessionId
Source§impl Hash for ServerSessionId
impl Hash for ServerSessionId
Source§impl PartialEq for ServerSessionId
impl PartialEq for ServerSessionId
impl Copy for ServerSessionId
impl Eq for ServerSessionId
impl StructuralPartialEq for ServerSessionId
Auto Trait Implementations§
impl Freeze for ServerSessionId
impl RefUnwindSafe for ServerSessionId
impl Send for ServerSessionId
impl Sync for ServerSessionId
impl Unpin for ServerSessionId
impl UnwindSafe for ServerSessionId
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