pub struct ProbeParams {
pub transport_name: TransportName,
pub transport_capabilities: TransportCaps,
}Fields§
§transport_name: TransportName§transport_capabilities: TransportCapsTrait Implementations§
Auto Trait Implementations§
impl Freeze for ProbeParams
impl RefUnwindSafe for ProbeParams
impl Send for ProbeParams
impl Sync for ProbeParams
impl Unpin for ProbeParams
impl UnsafeUnpin for ProbeParams
impl UnwindSafe for ProbeParams
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