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 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 moreimpl Copy for DatagramId
Source§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
Auto Trait Implementations§
impl Freeze for DatagramId
impl RefUnwindSafe for DatagramId
impl Send for DatagramId
impl Sync for DatagramId
impl Unpin for DatagramId
impl UnsafeUnpin 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