pub enum StandingOrderQueryType1Code {
CodeSLST,
CodeSDTL,
CodeTAPS,
CodeSLSL,
CodeSWLS,
}Variants§
Implementations§
Source§impl StandingOrderQueryType1Code
impl StandingOrderQueryType1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for StandingOrderQueryType1Code
impl RefUnwindSafe for StandingOrderQueryType1Code
impl Send for StandingOrderQueryType1Code
impl Sync for StandingOrderQueryType1Code
impl Unpin for StandingOrderQueryType1Code
impl UnwindSafe for StandingOrderQueryType1Code
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