pub enum Interface {
Ping = 1,
Echo = 2,
Stream = 3,
}Variants§
Trait Implementations§
Source§impl ToBusinessId for Interface
impl ToBusinessId for Interface
fn to_business_id(&self) -> u64
Auto Trait Implementations§
impl Freeze for Interface
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