pub struct SchematicJunction {
pub at: Option<[f64; 2]>,
pub diameter: Option<f64>,
pub color: Option<String>,
pub uuid: Option<String>,
}Fields§
§at: Option<[f64; 2]>§diameter: Option<f64>§color: Option<String>§uuid: Option<String>Trait Implementations§
Source§impl Clone for SchematicJunction
impl Clone for SchematicJunction
Source§fn clone(&self) -> SchematicJunction
fn clone(&self) -> SchematicJunction
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 SchematicJunction
impl Debug for SchematicJunction
Source§impl PartialEq for SchematicJunction
impl PartialEq for SchematicJunction
impl StructuralPartialEq for SchematicJunction
Auto Trait Implementations§
impl Freeze for SchematicJunction
impl RefUnwindSafe for SchematicJunction
impl Send for SchematicJunction
impl Sync for SchematicJunction
impl Unpin for SchematicJunction
impl UnsafeUnpin for SchematicJunction
impl UnwindSafe for SchematicJunction
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