pub struct ConnectionStyle {
pub stroke: String,
pub stroke_width: f64,
pub dashed_stroke: String,
pub blocked_stroke: String,
pub text_color: String,
pub text_bg: String,
pub arrow_size: f64,
pub label_size: f64,
pub tag_bg: String,
pub tag_text: String,
}Fields§
§stroke: String§stroke_width: f64§dashed_stroke: String§blocked_stroke: String§text_color: String§text_bg: String§arrow_size: f64§label_size: f64§tag_bg: String§tag_text: StringTrait Implementations§
Source§impl Clone for ConnectionStyle
impl Clone for ConnectionStyle
Source§fn clone(&self) -> ConnectionStyle
fn clone(&self) -> ConnectionStyle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ConnectionStyle
impl RefUnwindSafe for ConnectionStyle
impl Send for ConnectionStyle
impl Sync for ConnectionStyle
impl Unpin for ConnectionStyle
impl UnsafeUnpin for ConnectionStyle
impl UnwindSafe for ConnectionStyle
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