pub struct CharSocketFd { /* private fields */ }Implementations§
Source§impl CharSocketFd
impl CharSocketFd
Sourcepub fn builder() -> CharSocketFdBuilder
pub fn builder() -> CharSocketFdBuilder
Create an instance of CharSocketFd using the builder syntax
Trait Implementations§
Source§impl Arbitrary for CharSocketFd
impl Arbitrary for CharSocketFd
Source§type Parameters = (<String as Arbitrary>::Parameters, <u64 as Arbitrary>::Parameters, <Option<OnOff> as Arbitrary>::Parameters, <Option<OnOff> as Arbitrary>::Parameters, <Option<OnOff> as Arbitrary>::Parameters, <Option<PathBuf> as Arbitrary>::Parameters, <Option<OnOff> as Arbitrary>::Parameters)
type Parameters = (<String as Arbitrary>::Parameters, <u64 as Arbitrary>::Parameters, <Option<OnOff> as Arbitrary>::Parameters, <Option<OnOff> as Arbitrary>::Parameters, <Option<OnOff> as Arbitrary>::Parameters, <Option<PathBuf> as Arbitrary>::Parameters, <Option<OnOff> as Arbitrary>::Parameters)
The type of parameters that
arbitrary_with accepts for configuration
of the generated Strategy. Parameters must implement Default.Source§type Strategy = Map<(<String as Arbitrary>::Strategy, <u64 as Arbitrary>::Strategy, <Option<OnOff> as Arbitrary>::Strategy, <Option<OnOff> as Arbitrary>::Strategy, <Option<OnOff> as Arbitrary>::Strategy, <Option<PathBuf> as Arbitrary>::Strategy, <Option<OnOff> as Arbitrary>::Strategy), fn((String, u64, Option<OnOff>, Option<OnOff>, Option<OnOff>, Option<PathBuf>, Option<OnOff>)) -> CharSocketFd>
type Strategy = Map<(<String as Arbitrary>::Strategy, <u64 as Arbitrary>::Strategy, <Option<OnOff> as Arbitrary>::Strategy, <Option<OnOff> as Arbitrary>::Strategy, <Option<OnOff> as Arbitrary>::Strategy, <Option<PathBuf> as Arbitrary>::Strategy, <Option<OnOff> as Arbitrary>::Strategy), fn((String, u64, Option<OnOff>, Option<OnOff>, Option<OnOff>, Option<PathBuf>, Option<OnOff>)) -> CharSocketFd>
The type of
Strategy used to generate values of type Self.Source§fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
Source§impl Clone for CharSocketFd
impl Clone for CharSocketFd
Source§fn clone(&self) -> CharSocketFd
fn clone(&self) -> CharSocketFd
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 moreSource§impl Debug for CharSocketFd
impl Debug for CharSocketFd
Source§impl Default for CharSocketFd
impl Default for CharSocketFd
Source§fn default() -> CharSocketFd
fn default() -> CharSocketFd
Returns the “default value” for a type. Read more
impl Eq for CharSocketFd
Source§impl Hash for CharSocketFd
impl Hash for CharSocketFd
Source§impl Ord for CharSocketFd
impl Ord for CharSocketFd
Source§fn cmp(&self, other: &CharSocketFd) -> Ordering
fn cmp(&self, other: &CharSocketFd) -> Ordering
1.21.0 (const: unstable) · 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 CharSocketFd
impl PartialEq for CharSocketFd
Source§impl PartialOrd for CharSocketFd
impl PartialOrd for CharSocketFd
impl StructuralPartialEq for CharSocketFd
Auto Trait Implementations§
impl Freeze for CharSocketFd
impl RefUnwindSafe for CharSocketFd
impl Send for CharSocketFd
impl Sync for CharSocketFd
impl Unpin for CharSocketFd
impl UnsafeUnpin for CharSocketFd
impl UnwindSafe for CharSocketFd
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