pub struct ProbeReqFrame<B>where
B: SplitByteSlice,{
pub elements: B,
}
Fields§
§elements: B
Implementations§
Trait Implementations§
Source§impl<B> Debug for ProbeReqFrame<B>where
B: SplitByteSlice + Debug,
impl<B> Debug for ProbeReqFrame<B>where
B: SplitByteSlice + Debug,
Source§impl<B> From<ProbeReqFrame<B>> for MgmtBody<B>where
B: SplitByteSlice,
impl<B> From<ProbeReqFrame<B>> for MgmtBody<B>where
B: SplitByteSlice,
Source§fn from(frame: ProbeReqFrame<B>) -> Self
fn from(frame: ProbeReqFrame<B>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<B> Freeze for ProbeReqFrame<B>where
B: Freeze,
impl<B> RefUnwindSafe for ProbeReqFrame<B>where
B: RefUnwindSafe,
impl<B> Send for ProbeReqFrame<B>where
B: Send,
impl<B> Sync for ProbeReqFrame<B>where
B: Sync,
impl<B> Unpin for ProbeReqFrame<B>where
B: Unpin,
impl<B> UnwindSafe for ProbeReqFrame<B>where
B: UnwindSafe,
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