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