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