pub enum EUSavingsDirective1Code {
CodeEUSI,
CodeEUSO,
CodeVARI,
}Variants§
Implementations§
Source§impl EUSavingsDirective1Code
impl EUSavingsDirective1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for EUSavingsDirective1Code
impl RefUnwindSafe for EUSavingsDirective1Code
impl Send for EUSavingsDirective1Code
impl Sync for EUSavingsDirective1Code
impl Unpin for EUSavingsDirective1Code
impl UnwindSafe for EUSavingsDirective1Code
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