pub struct RequestOpDelqdiscDoRequest<'r> { /* private fields */ }Available on crate feature
tc only.Implementations§
Source§impl<'r> RequestOpDelqdiscDoRequest<'r>
impl<'r> RequestOpDelqdiscDoRequest<'r>
pub fn new(request: Request<'r>, header: &PushTcmsg) -> Self
pub fn encode(&mut self) -> PushOpDelqdiscDoRequest<&mut Vec<u8>>
pub fn into_encoder(self) -> PushOpDelqdiscDoRequest<RequestBuf<'r>>
Trait Implementations§
Source§impl<'r> Debug for RequestOpDelqdiscDoRequest<'r>
impl<'r> Debug for RequestOpDelqdiscDoRequest<'r>
Source§impl NetlinkRequest for RequestOpDelqdiscDoRequest<'_>
impl NetlinkRequest for RequestOpDelqdiscDoRequest<'_>
type ReplyType<'buf> = (PushTcmsg, IterableOpDelqdiscDoReply<'buf>)
fn decode_reply<'buf>(buf: &'buf [u8]) -> Self::ReplyType<'buf>
Auto Trait Implementations§
impl<'r> Freeze for RequestOpDelqdiscDoRequest<'r>
impl<'r> RefUnwindSafe for RequestOpDelqdiscDoRequest<'r>
impl<'r> Send for RequestOpDelqdiscDoRequest<'r>
impl<'r> Sync for RequestOpDelqdiscDoRequest<'r>
impl<'r> Unpin for RequestOpDelqdiscDoRequest<'r>
impl<'r> !UnwindSafe for RequestOpDelqdiscDoRequest<'r>
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