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