pub struct DatagramId(/* private fields */);
Implementations§
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
Source§impl Sub for DatagramId
impl Sub for DatagramId
Source§type Output = DatagramIdDiff
type Output = DatagramIdDiff
The resulting type after applying the
-
operator.Source§fn sub(self, rhs: Self) -> DatagramIdDiff
fn sub(self, rhs: Self) -> DatagramIdDiff
Performs the
-
operation. Read moreimpl 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