pub struct PushTcaStabAttrs<Prev: Rec> { /* private fields */ }Available on crate feature
tc only.Implementations§
Source§impl<Prev: Rec> PushTcaStabAttrs<Prev>
impl<Prev: Rec> PushTcaStabAttrs<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_base(self, value: PushTcSizespec) -> Self
pub fn push_data(self, value: &[u8]) -> Self
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushTcaStabAttrs<Prev>
impl<Prev: Rec> Drop for PushTcaStabAttrs<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushTcaStabAttrs<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushTcaStabAttrs<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushTcaStabAttrs<Prev>where
Prev: Send,
impl<Prev> Sync for PushTcaStabAttrs<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushTcaStabAttrs<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushTcaStabAttrs<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