pub enum StationTransport {
Clear,
Secure,
}Expand description
Transport used by an accepted station session.
Variants§
Trait Implementations§
Source§impl Clone for StationTransport
impl Clone for StationTransport
Source§fn clone(&self) -> StationTransport
fn clone(&self) -> StationTransport
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 StationTransport
Source§impl Debug for StationTransport
impl Debug for StationTransport
impl Eq for StationTransport
Source§impl Hash for StationTransport
impl Hash for StationTransport
Source§impl PartialEq for StationTransport
impl PartialEq for StationTransport
impl StructuralPartialEq for StationTransport
Auto Trait Implementations§
impl Freeze for StationTransport
impl RefUnwindSafe for StationTransport
impl Send for StationTransport
impl Sync for StationTransport
impl Unpin for StationTransport
impl UnsafeUnpin for StationTransport
impl UnwindSafe for StationTransport
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