pub struct WampId(/* private fields */);Expand description
id: an integer ID as defined in IDs
Trait Implementations§
Source§impl<'de> Deserialize<'de> for WampId
impl<'de> Deserialize<'de> for WampId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<WampId> for NonZeroU64
impl From<WampId> for NonZeroU64
impl Copy for WampId
impl Eq for WampId
impl StructuralPartialEq for WampId
Auto Trait Implementations§
impl Freeze for WampId
impl RefUnwindSafe for WampId
impl Send for WampId
impl Sync for WampId
impl Unpin for WampId
impl UnwindSafe for WampId
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