pub struct ChannelDelivery {
pub accepted: bool,
pub channel: String,
pub detail: String,
}Fields§
§accepted: bool§channel: String§detail: StringTrait Implementations§
Source§impl Clone for ChannelDelivery
impl Clone for ChannelDelivery
Source§fn clone(&self) -> ChannelDelivery
fn clone(&self) -> ChannelDelivery
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 ChannelDelivery
impl Debug for ChannelDelivery
Source§impl<'de> Deserialize<'de> for ChannelDelivery
impl<'de> Deserialize<'de> for ChannelDelivery
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 ChannelDelivery
impl PartialEq for ChannelDelivery
Source§impl Serialize for ChannelDelivery
impl Serialize for ChannelDelivery
impl StructuralPartialEq for ChannelDelivery
Auto Trait Implementations§
impl Freeze for ChannelDelivery
impl RefUnwindSafe for ChannelDelivery
impl Send for ChannelDelivery
impl Sync for ChannelDelivery
impl Unpin for ChannelDelivery
impl UnsafeUnpin for ChannelDelivery
impl UnwindSafe for ChannelDelivery
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