pub enum RawSessionCompletion {
FsRead,
Tcp,
}Expand description
Session table entry completed by a pre-encoded session frame.
Variants§
Trait Implementations§
Source§impl Clone for RawSessionCompletion
impl Clone for RawSessionCompletion
Source§fn clone(&self) -> RawSessionCompletion
fn clone(&self) -> RawSessionCompletion
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 RawSessionCompletion
Auto Trait Implementations§
impl Freeze for RawSessionCompletion
impl RefUnwindSafe for RawSessionCompletion
impl Send for RawSessionCompletion
impl Sync for RawSessionCompletion
impl Unpin for RawSessionCompletion
impl UnsafeUnpin for RawSessionCompletion
impl UnwindSafe for RawSessionCompletion
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