pub enum ScalableNodeProp {
Radius,
Opacity,
}Variants§
Trait Implementations§
Source§impl Clone for ScalableNodeProp
impl Clone for ScalableNodeProp
Source§fn clone(&self) -> ScalableNodeProp
fn clone(&self) -> ScalableNodeProp
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 ScalableNodeProp
Source§impl Debug for ScalableNodeProp
impl Debug for ScalableNodeProp
Source§impl<'de> Deserialize<'de> for ScalableNodeProp
impl<'de> Deserialize<'de> for ScalableNodeProp
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 ScalableNodeProp
impl PartialEq for ScalableNodeProp
impl StructuralPartialEq for ScalableNodeProp
Auto Trait Implementations§
impl Freeze for ScalableNodeProp
impl RefUnwindSafe for ScalableNodeProp
impl Send for ScalableNodeProp
impl Sync for ScalableNodeProp
impl Unpin for ScalableNodeProp
impl UnsafeUnpin for ScalableNodeProp
impl UnwindSafe for ScalableNodeProp
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