pub struct Dispute {
pub always_apply: Option<bool>,
pub dispute: PrefixOrSuffix,
}
Fields§
§always_apply: Option<bool>
§dispute: PrefixOrSuffix
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Dispute
impl<'de> Deserialize<'de> for Dispute
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 Dispute
impl RefUnwindSafe for Dispute
impl Send for Dispute
impl Sync for Dispute
impl Unpin for Dispute
impl UnwindSafe for Dispute
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