pub enum UnixSocketAddressType {
Invalid,
Anonymous,
Path,
Abstract,
AbstractPadded,
// some variants omitted
}
Variants§
Trait Implementations§
Source§impl Clone for UnixSocketAddressType
impl Clone for UnixSocketAddressType
Source§fn clone(&self) -> UnixSocketAddressType
fn clone(&self) -> UnixSocketAddressType
Returns a copy 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 UnixSocketAddressType
impl Debug for UnixSocketAddressType
Source§impl Display for UnixSocketAddressType
impl Display for UnixSocketAddressType
Source§impl<'a> FromValue<'a> for UnixSocketAddressType
impl<'a> FromValue<'a> for UnixSocketAddressType
unsafe fn from_value(value: &Value) -> Self
Source§impl<'a> FromValueOptional<'a> for UnixSocketAddressType
impl<'a> FromValueOptional<'a> for UnixSocketAddressType
unsafe fn from_value_optional(value: &Value) -> Option<Self>
Source§impl Hash for UnixSocketAddressType
impl Hash for UnixSocketAddressType
Source§impl Ord for UnixSocketAddressType
impl Ord for UnixSocketAddressType
Source§fn cmp(&self, other: &UnixSocketAddressType) -> Ordering
fn cmp(&self, other: &UnixSocketAddressType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for UnixSocketAddressType
impl PartialEq for UnixSocketAddressType
Source§impl PartialOrd for UnixSocketAddressType
impl PartialOrd for UnixSocketAddressType
Source§impl SetValue for UnixSocketAddressType
impl SetValue for UnixSocketAddressType
Source§impl StaticType for UnixSocketAddressType
impl StaticType for UnixSocketAddressType
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Copy for UnixSocketAddressType
impl Eq for UnixSocketAddressType
impl StructuralPartialEq for UnixSocketAddressType
Auto Trait Implementations§
impl Freeze for UnixSocketAddressType
impl RefUnwindSafe for UnixSocketAddressType
impl Send for UnixSocketAddressType
impl Sync for UnixSocketAddressType
impl Unpin for UnixSocketAddressType
impl UnwindSafe for UnixSocketAddressType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToSendValue for T
impl<T> ToSendValue for T
Source§fn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue
clone of self
.