#[repr(transparent)]pub struct QueueName(pub ObjectName);Tuple Fields§
§0: ObjectNameMethods from Deref<Target = ObjectName>§
Trait Implementations§
Source§impl From<MqStr<48>> for QueueName
impl From<MqStr<48>> for QueueName
Source§fn from(value: ObjectName) -> Self
fn from(value: ObjectName) -> Self
Converts to this type from the input type.
Source§impl<O> OpenOption<'_, O> for QueueName
impl<O> OpenOption<'_, O> for QueueName
fn apply_param(&self, _: &mut OpenParamOption<'_, O>)
impl Copy for QueueName
impl Eq for QueueName
impl StructuralPartialEq for QueueName
Auto Trait Implementations§
impl Freeze for QueueName
impl RefUnwindSafe for QueueName
impl Send for QueueName
impl Sync for QueueName
impl Unpin for QueueName
impl UnwindSafe for QueueName
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