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