pub enum TradeRole {
Seller,
Buyer,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TradeRole
impl RefUnwindSafe for TradeRole
impl Send for TradeRole
impl Sync for TradeRole
impl Unpin for TradeRole
impl UnwindSafe for TradeRole
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