#[repr(transparent)]pub struct ApplName(pub MqStr<28>);Tuple Fields§
§0: MqStr<28>Trait Implementations§
Source§impl ConnectOption<'_> for ApplName
impl ConnectOption<'_> for ApplName
Source§fn apply_param(&self, structs: &mut ConnectStructs<'_>) -> ConnectStructFlags
fn apply_param(&self, structs: &mut ConnectStructs<'_>) -> ConnectStructFlags
Applies the type to to the structures contained in
ConnectStructs. Read moreSource§fn queue_manager_name(&self) -> Option<&QueueManagerName>
fn queue_manager_name(&self) -> Option<&QueueManagerName>
Returns the queue manager name to connect to, or
None to use the default queue manager name.impl Copy for ApplName
impl Eq for ApplName
impl StructuralPartialEq for ApplName
Auto Trait Implementations§
impl Freeze for ApplName
impl RefUnwindSafe for ApplName
impl Send for ApplName
impl Sync for ApplName
impl Unpin for ApplName
impl UnwindSafe for ApplName
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