pub enum DebugProtocol {
VendorDefined,
GnuRemoteDebug,
}Variants§
Trait Implementations§
Source§impl Clone for DebugProtocol
impl Clone for DebugProtocol
Source§fn clone(&self) -> DebugProtocol
fn clone(&self) -> DebugProtocol
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 DebugProtocol
impl Debug for DebugProtocol
impl Copy for DebugProtocol
Auto Trait Implementations§
impl Freeze for DebugProtocol
impl RefUnwindSafe for DebugProtocol
impl Send for DebugProtocol
impl Sync for DebugProtocol
impl Unpin for DebugProtocol
impl UnwindSafe for DebugProtocol
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