pub struct ActiveDiscoveredInterface { /* private fields */ }Implementations§
Source§impl ActiveDiscoveredInterface
impl ActiveDiscoveredInterface
pub const fn endpoint_id(&self) -> DiscoveredConnectionEndpointId
pub const fn interface_id(&self) -> InterfaceId
Trait Implementations§
Source§impl Debug for ActiveDiscoveredInterface
impl Debug for ActiveDiscoveredInterface
impl Eq for ActiveDiscoveredInterface
impl StructuralPartialEq for ActiveDiscoveredInterface
Auto Trait Implementations§
impl Freeze for ActiveDiscoveredInterface
impl RefUnwindSafe for ActiveDiscoveredInterface
impl Send for ActiveDiscoveredInterface
impl Sync for ActiveDiscoveredInterface
impl Unpin for ActiveDiscoveredInterface
impl UnsafeUnpin for ActiveDiscoveredInterface
impl UnwindSafe for ActiveDiscoveredInterface
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