pub struct DgramSocket { /* private fields */ }Implementations§
Source§impl DgramSocket
impl DgramSocket
Sourcepub fn builder() -> DgramSocketBuilder
pub fn builder() -> DgramSocketBuilder
Create an instance of DgramSocket using the builder syntax
Trait Implementations§
Source§impl Clone for DgramSocket
impl Clone for DgramSocket
Source§fn clone(&self) -> DgramSocket
fn clone(&self) -> DgramSocket
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 DgramSocket
impl Debug for DgramSocket
Source§impl Hash for DgramSocket
impl Hash for DgramSocket
Source§impl Ord for DgramSocket
impl Ord for DgramSocket
Source§fn cmp(&self, other: &DgramSocket) -> Ordering
fn cmp(&self, other: &DgramSocket) -> 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 DgramSocket
impl PartialEq for DgramSocket
Source§impl PartialOrd for DgramSocket
impl PartialOrd for DgramSocket
Source§impl ToCommand for DgramSocket
impl ToCommand for DgramSocket
fn to_command(&self) -> Vec<String>
fn to_single_command(&self) -> String
impl Eq for DgramSocket
impl StructuralPartialEq for DgramSocket
Auto Trait Implementations§
impl Freeze for DgramSocket
impl RefUnwindSafe for DgramSocket
impl Send for DgramSocket
impl Sync for DgramSocket
impl Unpin for DgramSocket
impl UnwindSafe for DgramSocket
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