pub enum ScalableEdgeProp {
Width,
Opacity,
}Variants§
Trait Implementations§
Source§impl Clone for ScalableEdgeProp
impl Clone for ScalableEdgeProp
Source§fn clone(&self) -> ScalableEdgeProp
fn clone(&self) -> ScalableEdgeProp
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ScalableEdgeProp
Source§impl Debug for ScalableEdgeProp
impl Debug for ScalableEdgeProp
Source§impl<'de> Deserialize<'de> for ScalableEdgeProp
impl<'de> Deserialize<'de> for ScalableEdgeProp
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 ScalableEdgeProp
impl PartialEq for ScalableEdgeProp
impl StructuralPartialEq for ScalableEdgeProp
Auto Trait Implementations§
impl Freeze for ScalableEdgeProp
impl RefUnwindSafe for ScalableEdgeProp
impl Send for ScalableEdgeProp
impl Sync for ScalableEdgeProp
impl Unpin for ScalableEdgeProp
impl UnsafeUnpin for ScalableEdgeProp
impl UnwindSafe for ScalableEdgeProp
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