pub struct AlternateUserId(pub MqStr<12>);Tuple Fields§
§0: MqStr<12>Trait Implementations§
Source§impl Clone for AlternateUserId
impl Clone for AlternateUserId
Source§fn clone(&self) -> AlternateUserId
fn clone(&self) -> AlternateUserId
Returns a duplicate 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 AlternateUserId
impl Debug for AlternateUserId
Source§impl Default for AlternateUserId
impl Default for AlternateUserId
Source§fn default() -> AlternateUserId
fn default() -> AlternateUserId
Returns the “default value” for a type. Read more
Source§impl Deref for AlternateUserId
impl Deref for AlternateUserId
Source§impl DerefMut for AlternateUserId
impl DerefMut for AlternateUserId
Source§impl From<MqStr<12>> for AlternateUserId
impl From<MqStr<12>> for AlternateUserId
Source§impl FromStr for AlternateUserId
impl FromStr for AlternateUserId
Source§impl Hash for AlternateUserId
impl Hash for AlternateUserId
Source§impl OpenOption<'_, MQOO> for AlternateUserId
impl OpenOption<'_, MQOO> for AlternateUserId
fn apply_param(&self, _: &mut OpenParamOption<'_, MQOO>)
Source§impl OpenOption<'_, MQPMO> for AlternateUserId
impl OpenOption<'_, MQPMO> for AlternateUserId
fn apply_param(&self, _: &mut OpenParamOption<'_, MQPMO>)
Source§impl PartialEq for AlternateUserId
impl PartialEq for AlternateUserId
impl Copy for AlternateUserId
impl Eq for AlternateUserId
impl StructuralPartialEq for AlternateUserId
Auto Trait Implementations§
impl Freeze for AlternateUserId
impl RefUnwindSafe for AlternateUserId
impl Send for AlternateUserId
impl Sync for AlternateUserId
impl Unpin for AlternateUserId
impl UnwindSafe for AlternateUserId
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