pub struct DatagramId(/* private fields */);
Implementations§
Source§impl DatagramId
impl DatagramId
Trait Implementations§
Source§impl Clone for DatagramId
impl Clone for DatagramId
Source§fn clone(&self) -> DatagramId
fn clone(&self) -> DatagramId
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 DatagramId
impl Debug for DatagramId
Source§impl Default for DatagramId
impl Default for DatagramId
Source§fn default() -> DatagramId
fn default() -> DatagramId
Returns the “default value” for a type. Read more
Source§impl Display for DatagramId
impl Display for DatagramId
impl Copy for DatagramId
Auto Trait Implementations§
impl Freeze for DatagramId
impl RefUnwindSafe for DatagramId
impl Send for DatagramId
impl Sync for DatagramId
impl Unpin for DatagramId
impl UnwindSafe for DatagramId
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