pub struct ImmutableDataInspectManager { /* private fields */ }
Expand description
“Fire and forget” representation of some inspect data that does not allow access inspect handles after they are created.
Trait Implementations§
Source§impl ImmutableDataInspect<Peer> for ImmutableDataInspectManager
impl ImmutableDataInspect<Peer> for ImmutableDataInspectManager
fn new(data: &Peer, manager: Node) -> ImmutableDataInspectManager
Auto Trait Implementations§
impl Freeze for ImmutableDataInspectManager
impl !RefUnwindSafe for ImmutableDataInspectManager
impl Send for ImmutableDataInspectManager
impl Sync for ImmutableDataInspectManager
impl Unpin for ImmutableDataInspectManager
impl !UnwindSafe for ImmutableDataInspectManager
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