pub enum FundingSourceType1Code {
CodeSECL,
CodeFREE,
CodeOTHR,
CodeBSHS,
CodeCSHS,
CodeREPO,
CodeUBOR,
}Variants§
Implementations§
Source§impl FundingSourceType1Code
impl FundingSourceType1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FundingSourceType1Code
impl RefUnwindSafe for FundingSourceType1Code
impl Send for FundingSourceType1Code
impl Sync for FundingSourceType1Code
impl Unpin for FundingSourceType1Code
impl UnwindSafe for FundingSourceType1Code
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