pub struct Ornament {
pub ornament_type: OrnamentType,
pub placement: Option<Placement>,
pub position: Option<Position>,
pub font: Option<Font>,
pub color: Option<Color>,
}Fields§
§ornament_type: OrnamentType§placement: Option<Placement>§position: Option<Position>§font: Option<Font>§color: Option<Color>Trait Implementations§
impl StructuralPartialEq for Ornament
Auto Trait Implementations§
impl Freeze for Ornament
impl RefUnwindSafe for Ornament
impl Send for Ornament
impl Sync for Ornament
impl Unpin for Ornament
impl UnwindSafe for Ornament
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