pub struct SubscriberConfig {
pub binary: String,
pub description: Option<String>,
pub deployment: Option<DeploymentConfig>,
}Fields§
§binary: String§description: Option<String>§deployment: Option<DeploymentConfig>Trait Implementations§
Source§impl Clone for SubscriberConfig
impl Clone for SubscriberConfig
Source§fn clone(&self) -> SubscriberConfig
fn clone(&self) -> SubscriberConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SubscriberConfig
impl Debug for SubscriberConfig
Source§impl<'de> Deserialize<'de> for SubscriberConfig
impl<'de> Deserialize<'de> for SubscriberConfig
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 SubscriberConfig
impl RefUnwindSafe for SubscriberConfig
impl Send for SubscriberConfig
impl Sync for SubscriberConfig
impl Unpin for SubscriberConfig
impl UnsafeUnpin for SubscriberConfig
impl UnwindSafe for SubscriberConfig
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