pub struct Arrow {
pub start: LineEndKind,
pub end: LineEndKind,
pub line_style: LineStyleKind,
pub text: String,
pub look: StyleAttr,
pub src_port: Option<String>,
pub dst_port: Option<String>,
}
Fields
start: LineEndKind
end: LineEndKind
line_style: LineStyleKind
text: String
look: StyleAttr
src_port: Option<String>
dst_port: Option<String>
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Arrow
impl Send for Arrow
impl Sync for Arrow
impl Unpin for Arrow
impl UnwindSafe for Arrow
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more