pub struct PushFlowerKeyEncOptsAttrs<Prev: Rec> { /* private fields */ }Available on crate feature
tc only.Implementations§
Source§impl<Prev: Rec> PushFlowerKeyEncOptsAttrs<Prev>
impl<Prev: Rec> PushFlowerKeyEncOptsAttrs<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn nested_geneve(self) -> PushFlowerKeyEncOptGeneveAttrs<Self>
pub fn nested_vxlan(self) -> PushFlowerKeyEncOptVxlanAttrs<Self>
pub fn nested_erspan(self) -> PushFlowerKeyEncOptErspanAttrs<Self>
pub fn nested_gtp(self) -> PushFlowerKeyEncOptGtpAttrs<Self>
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushFlowerKeyEncOptsAttrs<Prev>
impl<Prev: Rec> Drop for PushFlowerKeyEncOptsAttrs<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushFlowerKeyEncOptsAttrs<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushFlowerKeyEncOptsAttrs<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushFlowerKeyEncOptsAttrs<Prev>where
Prev: Send,
impl<Prev> Sync for PushFlowerKeyEncOptsAttrs<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushFlowerKeyEncOptsAttrs<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushFlowerKeyEncOptsAttrs<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