pub struct PushTeam<Prev: Pusher> { /* private fields */ }Available on crate feature
team only.Implementations§
Source§impl<Prev: Pusher> PushTeam<Prev>
impl<Prev: Pusher> PushTeam<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_team_ifindex(self, value: u32) -> Self
pub fn nested_list_option(self) -> PushItemOption<Self>
pub fn nested_list_port(self) -> PushItemPort<Self>
Trait Implementations§
Auto Trait Implementations§
impl<Prev> Freeze for PushTeam<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushTeam<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushTeam<Prev>where
Prev: Send,
impl<Prev> Sync for PushTeam<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushTeam<Prev>where
Prev: Unpin,
impl<Prev> UnsafeUnpin for PushTeam<Prev>where
Prev: UnsafeUnpin,
impl<Prev> UnwindSafe for PushTeam<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