pub enum ZxioTokenType {
SharingDomain,
}Variants§
SharingDomain
Sharing domain token for setsockopt(SO_REUSEPORT).
Trait Implementations§
Source§impl Clone for ZxioTokenType
impl Clone for ZxioTokenType
Source§fn clone(&self) -> ZxioTokenType
fn clone(&self) -> ZxioTokenType
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 ZxioTokenType
impl Debug for ZxioTokenType
Source§impl PartialEq for ZxioTokenType
impl PartialEq for ZxioTokenType
Source§impl TryFrom<u32> for ZxioTokenType
impl TryFrom<u32> for ZxioTokenType
impl Copy for ZxioTokenType
impl Eq for ZxioTokenType
impl StructuralPartialEq for ZxioTokenType
Auto Trait Implementations§
impl Freeze for ZxioTokenType
impl RefUnwindSafe for ZxioTokenType
impl Send for ZxioTokenType
impl Sync for ZxioTokenType
impl Unpin for ZxioTokenType
impl UnwindSafe for ZxioTokenType
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