pub struct CT_Title { /* private fields */ }Expand description
A chart title shell whose current children remain opaque until later stories.
Implementations§
Source§impl CT_Title
impl CT_Title
pub fn raw_children(&self) -> &OrderedRawChildren
Trait Implementations§
impl Eq for CT_Title
impl StructuralPartialEq for CT_Title
Auto Trait Implementations§
impl Freeze for CT_Title
impl RefUnwindSafe for CT_Title
impl Send for CT_Title
impl Sync for CT_Title
impl Unpin for CT_Title
impl UnsafeUnpin for CT_Title
impl UnwindSafe for CT_Title
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