pub struct PushFlowerKeyMplsOptAttrs<Prev: Rec> { /* private fields */ }Available on crate feature
tc only.Implementations§
Source§impl<Prev: Rec> PushFlowerKeyMplsOptAttrs<Prev>
impl<Prev: Rec> PushFlowerKeyMplsOptAttrs<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_lse_depth(self, value: u8) -> Self
pub fn push_lse_ttl(self, value: u8) -> Self
pub fn push_lse_bos(self, value: u8) -> Self
pub fn push_lse_tc(self, value: u8) -> Self
pub fn push_lse_label(self, value: u32) -> Self
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushFlowerKeyMplsOptAttrs<Prev>
impl<Prev: Rec> Drop for PushFlowerKeyMplsOptAttrs<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushFlowerKeyMplsOptAttrs<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushFlowerKeyMplsOptAttrs<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushFlowerKeyMplsOptAttrs<Prev>where
Prev: Send,
impl<Prev> Sync for PushFlowerKeyMplsOptAttrs<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushFlowerKeyMplsOptAttrs<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushFlowerKeyMplsOptAttrs<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