Struct chart_js_rs::types::Title
source · pub struct Title {
pub text: String,
pub display: Option<bool>,
pub font: Option<Font>,
}Fields§
§text: String§display: Option<bool>§font: Option<Font>Trait Implementations§
source§impl Ord for Title
impl Ord for Title
source§impl PartialEq for Title
impl PartialEq for Title
source§impl PartialOrd for Title
impl PartialOrd for Title
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for Title
impl StructuralEq for Title
impl StructuralPartialEq for Title
Auto Trait Implementations§
impl RefUnwindSafe for Title
impl Send for Title
impl Sync for Title
impl Unpin for Title
impl UnwindSafe for 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