pub enum DfxProtocol {
VendorDefined,
}Variants§
VendorDefined
Trait Implementations§
Source§impl Clone for DfxProtocol
impl Clone for DfxProtocol
Source§fn clone(&self) -> DfxProtocol
fn clone(&self) -> DfxProtocol
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DfxProtocol
impl Debug for DfxProtocol
impl Copy for DfxProtocol
Auto Trait Implementations§
impl Freeze for DfxProtocol
impl RefUnwindSafe for DfxProtocol
impl Send for DfxProtocol
impl Sync for DfxProtocol
impl Unpin for DfxProtocol
impl UnwindSafe for DfxProtocol
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