pub struct CdpRemoteError {
pub code: i64,
pub message: String,
}Fields§
§code: i64§message: StringTrait Implementations§
Source§impl Clone for CdpRemoteError
impl Clone for CdpRemoteError
Source§fn clone(&self) -> CdpRemoteError
fn clone(&self) -> CdpRemoteError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CdpRemoteError
impl Debug for CdpRemoteError
Auto Trait Implementations§
impl Freeze for CdpRemoteError
impl RefUnwindSafe for CdpRemoteError
impl Send for CdpRemoteError
impl Sync for CdpRemoteError
impl Unpin for CdpRemoteError
impl UnsafeUnpin for CdpRemoteError
impl UnwindSafe for CdpRemoteError
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