pub struct NodeStyle {
pub fill: String,
pub stroke: String,
pub text_color: String,
pub type_color: String,
pub tag_bg: String,
pub tag_text: String,
}Fields§
§fill: String§stroke: String§text_color: String§type_color: String§tag_bg: String§tag_text: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for NodeStyle
impl RefUnwindSafe for NodeStyle
impl Send for NodeStyle
impl Sync for NodeStyle
impl Unpin for NodeStyle
impl UnsafeUnpin for NodeStyle
impl UnwindSafe for NodeStyle
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