pub struct PushArrayIfCombinationAttributes<Prev: Pusher> { /* private fields */ }Available on crate feature
nl80211 only.Implementations§
Source§impl<Prev: Pusher> PushArrayIfCombinationAttributes<Prev>
impl<Prev: Pusher> PushArrayIfCombinationAttributes<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_array(self) -> Prev
pub fn entry_nested(self) -> PushIfCombinationAttributes<Self>
Trait Implementations§
Source§impl<Prev: Pusher> Drop for PushArrayIfCombinationAttributes<Prev>
impl<Prev: Pusher> Drop for PushArrayIfCombinationAttributes<Prev>
Source§impl<Prev: Pusher> Pusher for PushArrayIfCombinationAttributes<Prev>
impl<Prev: Pusher> Pusher for PushArrayIfCombinationAttributes<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushArrayIfCombinationAttributes<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushArrayIfCombinationAttributes<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushArrayIfCombinationAttributes<Prev>where
Prev: Send,
impl<Prev> Sync for PushArrayIfCombinationAttributes<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushArrayIfCombinationAttributes<Prev>where
Prev: Unpin,
impl<Prev> UnsafeUnpin for PushArrayIfCombinationAttributes<Prev>where
Prev: UnsafeUnpin,
impl<Prev> UnwindSafe for PushArrayIfCombinationAttributes<Prev>where
Prev: 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