pub struct CandidateInsertionError {
pub service_transport: DiscoveryTransport,
pub endpoint_transport: DiscoveryTransport,
}Fields§
§service_transport: DiscoveryTransport§endpoint_transport: DiscoveryTransportTrait Implementations§
Source§impl Clone for CandidateInsertionError
impl Clone for CandidateInsertionError
Source§fn clone(&self) -> CandidateInsertionError
fn clone(&self) -> CandidateInsertionError
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 moreimpl Copy for CandidateInsertionError
Source§impl Debug for CandidateInsertionError
impl Debug for CandidateInsertionError
Source§impl Display for CandidateInsertionError
impl Display for CandidateInsertionError
impl Eq for CandidateInsertionError
Source§impl Error for CandidateInsertionError
Available on crate feature std only.
impl Error for CandidateInsertionError
Available on crate feature
std only.1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for CandidateInsertionError
impl PartialEq for CandidateInsertionError
impl StructuralPartialEq for CandidateInsertionError
Auto Trait Implementations§
impl Freeze for CandidateInsertionError
impl RefUnwindSafe for CandidateInsertionError
impl Send for CandidateInsertionError
impl Sync for CandidateInsertionError
impl Unpin for CandidateInsertionError
impl UnsafeUnpin for CandidateInsertionError
impl UnwindSafe for CandidateInsertionError
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