pub struct DiscoveryAttachmentRegistrationFailure { /* private fields */ }Implementations§
Source§impl DiscoveryAttachmentRegistrationFailure
impl DiscoveryAttachmentRegistrationFailure
pub const fn plan(&self) -> &DiscoveredConnectionPlan
pub const fn error(&self) -> DiscoveredConnectionRegistrationError
pub fn into_plan(self) -> DiscoveredConnectionPlan
Trait Implementations§
impl StructuralPartialEq for DiscoveryAttachmentRegistrationFailure
Auto Trait Implementations§
impl Freeze for DiscoveryAttachmentRegistrationFailure
impl RefUnwindSafe for DiscoveryAttachmentRegistrationFailure
impl Send for DiscoveryAttachmentRegistrationFailure
impl Sync for DiscoveryAttachmentRegistrationFailure
impl Unpin for DiscoveryAttachmentRegistrationFailure
impl UnsafeUnpin for DiscoveryAttachmentRegistrationFailure
impl UnwindSafe for DiscoveryAttachmentRegistrationFailure
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