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