pub struct ActiveMqDestination {
pub physical_name: Option<String>,
}Available on crate feature
activemq only.Fields§
§physical_name: Option<String>Trait Implementations§
Source§impl Clone for ActiveMqDestination
impl Clone for ActiveMqDestination
Source§fn clone(&self) -> ActiveMqDestination
fn clone(&self) -> ActiveMqDestination
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 ActiveMqDestination
impl Debug for ActiveMqDestination
Source§impl<'de> Deserialize<'de> for ActiveMqDestination
impl<'de> Deserialize<'de> for ActiveMqDestination
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 PartialEq for ActiveMqDestination
impl PartialEq for ActiveMqDestination
Source§impl Serialize for ActiveMqDestination
impl Serialize for ActiveMqDestination
impl Eq for ActiveMqDestination
impl StructuralPartialEq for ActiveMqDestination
Auto Trait Implementations§
impl Freeze for ActiveMqDestination
impl RefUnwindSafe for ActiveMqDestination
impl Send for ActiveMqDestination
impl Sync for ActiveMqDestination
impl Unpin for ActiveMqDestination
impl UnwindSafe for ActiveMqDestination
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