pub struct DgramUds { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Ord for DgramUds
impl Ord for DgramUds
Source§impl PartialOrd for DgramUds
impl PartialOrd for DgramUds
Source§impl ToCommand for DgramUds
impl ToCommand for DgramUds
fn to_command(&self) -> Vec<String>
fn to_single_command(&self) -> String
impl Eq for DgramUds
impl StructuralPartialEq for DgramUds
Auto Trait Implementations§
impl Freeze for DgramUds
impl RefUnwindSafe for DgramUds
impl Send for DgramUds
impl Sync for DgramUds
impl Unpin for DgramUds
impl UnwindSafe for DgramUds
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