pub struct RelationShape {
pub type1: i32,
pub type2: i32,
pub line_type: i32,
}Fields§
§type1: i32§type2: i32§line_type: i32Trait Implementations§
Source§impl Clone for RelationShape
impl Clone for RelationShape
Source§fn clone(&self) -> RelationShape
fn clone(&self) -> RelationShape
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 RelationShape
impl Debug for RelationShape
Source§impl<'de> Deserialize<'de> for RelationShape
impl<'de> Deserialize<'de> for RelationShape
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RelationShape
impl PartialEq for RelationShape
Source§impl Serialize for RelationShape
impl Serialize for RelationShape
impl StructuralPartialEq for RelationShape
Auto Trait Implementations§
impl Freeze for RelationShape
impl RefUnwindSafe for RelationShape
impl Send for RelationShape
impl Sync for RelationShape
impl Unpin for RelationShape
impl UnsafeUnpin for RelationShape
impl UnwindSafe for RelationShape
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