Enum tramex_tools::interface::interface_types::Interface
source · pub enum Interface {
Ws(WsConnection),
File(File),
}
Expand description
Interface enum
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Interface
impl Send for Interface
impl !Sync for Interface
impl Unpin for Interface
impl UnwindSafe for Interface
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