pub struct SessionConnectionSecret {
pub value: u64,
}
Fields§
§value: u64
Implementations§
Source§impl SessionConnectionSecret
impl SessionConnectionSecret
Sourcepub fn to_stream(&self, stream: &mut impl WriteOctetStream) -> Result<()>
pub fn to_stream(&self, stream: &mut impl WriteOctetStream) -> Result<()>
§Errors
io::Error
// TODO:
Sourcepub fn from_stream(stream: &mut impl ReadOctetStream) -> Result<Self>
pub fn from_stream(stream: &mut impl ReadOctetStream) -> Result<Self>
§Errors
io::Error
// TODO:
Trait Implementations§
Source§impl Clone for SessionConnectionSecret
impl Clone for SessionConnectionSecret
Source§fn clone(&self) -> SessionConnectionSecret
fn clone(&self) -> SessionConnectionSecret
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 SessionConnectionSecret
impl Debug for SessionConnectionSecret
Source§impl Display for SessionConnectionSecret
impl Display for SessionConnectionSecret
Source§impl PartialEq for SessionConnectionSecret
impl PartialEq for SessionConnectionSecret
impl Copy for SessionConnectionSecret
impl Eq for SessionConnectionSecret
impl StructuralPartialEq for SessionConnectionSecret
Auto Trait Implementations§
impl Freeze for SessionConnectionSecret
impl RefUnwindSafe for SessionConnectionSecret
impl Send for SessionConnectionSecret
impl Sync for SessionConnectionSecret
impl Unpin for SessionConnectionSecret
impl UnwindSafe for SessionConnectionSecret
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