pub struct DestinationConfig {
pub on_success: Option<OnSuccess>,
pub on_failure: Option<OnFailure>,
}
Fields§
§on_success: Option<OnSuccess>
§on_failure: Option<OnFailure>
Trait Implementations§
Source§impl Debug for DestinationConfig
impl Debug for DestinationConfig
Source§impl Default for DestinationConfig
impl Default for DestinationConfig
Source§fn default() -> DestinationConfig
fn default() -> DestinationConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DestinationConfig
impl<'de> Deserialize<'de> for DestinationConfig
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 DestinationConfig
impl RefUnwindSafe for DestinationConfig
impl Send for DestinationConfig
impl Sync for DestinationConfig
impl Unpin for DestinationConfig
impl UnwindSafe for DestinationConfig
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