Struct stun_types::message::TransactionId
source · pub struct TransactionId { /* private fields */ }Trait Implementations§
source§impl Clone for TransactionId
impl Clone for TransactionId
source§fn clone(&self) -> TransactionId
fn clone(&self) -> TransactionId
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 TransactionId
impl Debug for TransactionId
source§impl Display for TransactionId
impl Display for TransactionId
source§impl From<TransactionId> for u128
impl From<TransactionId> for u128
source§fn from(id: TransactionId) -> Self
fn from(id: TransactionId) -> Self
Converts to this type from the input type.
source§impl From<u128> for TransactionId
impl From<u128> for TransactionId
source§impl Hash for TransactionId
impl Hash for TransactionId
source§impl PartialEq for TransactionId
impl PartialEq for TransactionId
source§fn eq(&self, other: &TransactionId) -> bool
fn eq(&self, other: &TransactionId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for TransactionId
impl Eq for TransactionId
impl StructuralPartialEq for TransactionId
Auto Trait Implementations§
impl Freeze for TransactionId
impl RefUnwindSafe for TransactionId
impl Send for TransactionId
impl Sync for TransactionId
impl Unpin for TransactionId
impl UnwindSafe for TransactionId
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