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