pub struct CoremgrData {
pub url: Option<String>,
pub persistent: Option<bool>,
}
Expand description
Channel coremgr.data
configuration object.
Fields§
§url: Option<String>
Queue connection URL of the data channel.
persistent: Option<bool>
AMQP persistent.
Trait Implementations§
Source§impl Default for CoremgrData
impl Default for CoremgrData
Source§fn default() -> CoremgrData
fn default() -> CoremgrData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CoremgrData
impl<'de> Deserialize<'de> for CoremgrData
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
Auto Trait Implementations§
impl Freeze for CoremgrData
impl RefUnwindSafe for CoremgrData
impl Send for CoremgrData
impl Sync for CoremgrData
impl Unpin for CoremgrData
impl UnwindSafe for CoremgrData
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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