pub enum RepoTerminationOption2Code {
CodeEGRN,
CodeEGAE,
CodeETSB,
CodeNOAP,
}Variants§
Implementations§
Source§impl RepoTerminationOption2Code
impl RepoTerminationOption2Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for RepoTerminationOption2Code
impl RefUnwindSafe for RepoTerminationOption2Code
impl Send for RepoTerminationOption2Code
impl Sync for RepoTerminationOption2Code
impl Unpin for RepoTerminationOption2Code
impl UnwindSafe for RepoTerminationOption2Code
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