pub struct DiscoveryErrorDetails {
pub label: &'static str,
pub hint: Option<&'static str>,
pub kind: Option<ErrorKind>,
pub message: Option<String>,
}Fields§
§label: &'static str§hint: Option<&'static str>§kind: Option<ErrorKind>§message: Option<String>Trait Implementations§
Source§impl Clone for DiscoveryErrorDetails
impl Clone for DiscoveryErrorDetails
Source§fn clone(&self) -> DiscoveryErrorDetails
fn clone(&self) -> DiscoveryErrorDetails
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 moreAuto Trait Implementations§
impl Freeze for DiscoveryErrorDetails
impl RefUnwindSafe for DiscoveryErrorDetails
impl Send for DiscoveryErrorDetails
impl Sync for DiscoveryErrorDetails
impl Unpin for DiscoveryErrorDetails
impl UnsafeUnpin for DiscoveryErrorDetails
impl UnwindSafe for DiscoveryErrorDetails
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