pub struct FlowLabelsGeometry {
pub items: Vec<String>,
}Expand description
Layout of flow labels between tiers.
Fields§
§items: Vec<String>The label texts.
Trait Implementations§
Source§impl Clone for FlowLabelsGeometry
impl Clone for FlowLabelsGeometry
Source§fn clone(&self) -> FlowLabelsGeometry
fn clone(&self) -> FlowLabelsGeometry
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 moreSource§impl Debug for FlowLabelsGeometry
impl Debug for FlowLabelsGeometry
Source§impl PartialEq for FlowLabelsGeometry
impl PartialEq for FlowLabelsGeometry
impl StructuralPartialEq for FlowLabelsGeometry
Auto Trait Implementations§
impl Freeze for FlowLabelsGeometry
impl RefUnwindSafe for FlowLabelsGeometry
impl Send for FlowLabelsGeometry
impl Sync for FlowLabelsGeometry
impl Unpin for FlowLabelsGeometry
impl UnsafeUnpin for FlowLabelsGeometry
impl UnwindSafe for FlowLabelsGeometry
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