pub struct Decline {
pub decline_reason: DeclineReason,
pub decline_copy: String,
}Fields§
§decline_reason: DeclineReason§decline_copy: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for Decline
impl<'de> Deserialize<'de> for Decline
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 HasExtraData for Decline
Available on crate feature decode_everything only.
impl HasExtraData for Decline
Available on crate feature
decode_everything only.Source§fn has_extra_data(&self) -> bool
fn has_extra_data(&self) -> bool
Recursively check if any extra data is present on this object or
any of it’s children.
impl StructuralPartialEq for Decline
Auto Trait Implementations§
impl Freeze for Decline
impl RefUnwindSafe for Decline
impl Send for Decline
impl Sync for Decline
impl Unpin for Decline
impl UnwindSafe for Decline
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