pub struct Theme {
pub bgcolor: String,
pub fontcolor: String,
pub color: String,
pub orientation: Orientation,
}Expand description
Theme for graph visualization
Fields§
§bgcolor: String§fontcolor: String§color: String§orientation: OrientationTrait Implementations§
Auto Trait Implementations§
impl Freeze for Theme
impl RefUnwindSafe for Theme
impl Send for Theme
impl Sync for Theme
impl Unpin for Theme
impl UnwindSafe for Theme
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