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