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