pub struct TradSesMethod;Expand description
TradSesMethod (338).
Implementations§
Source§impl TradSesMethod
impl TradSesMethod
pub const ELECTRONIC: i64 = 1
pub const OPENOUTCRY: i64 = 2
pub const TWOPARTY: i64 = 3
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TradSesMethod
impl RefUnwindSafe for TradSesMethod
impl Send for TradSesMethod
impl Sync for TradSesMethod
impl Unpin for TradSesMethod
impl UnsafeUnpin for TradSesMethod
impl UnwindSafe for TradSesMethod
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