pub struct ContractClosureReason1Choice {
pub cd: Option<String>,
pub prtry: Option<String>,
}Fields§
§cd: Option<String>§prtry: Option<String>Implementations§
Source§impl ContractClosureReason1Choice
impl ContractClosureReason1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ContractClosureReason1Choice
impl RefUnwindSafe for ContractClosureReason1Choice
impl Send for ContractClosureReason1Choice
impl Sync for ContractClosureReason1Choice
impl Unpin for ContractClosureReason1Choice
impl UnwindSafe for ContractClosureReason1Choice
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