pub enum GraphStyle {
Force,
Grid,
}Variants§
Trait Implementations§
Source§impl Clone for GraphStyle
impl Clone for GraphStyle
Source§fn clone(&self) -> GraphStyle
fn clone(&self) -> GraphStyle
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 GraphStyle
impl Debug for GraphStyle
Source§impl Default for GraphStyle
impl Default for GraphStyle
Source§fn default() -> GraphStyle
fn default() -> GraphStyle
Returns the “default value” for a type. Read more
Source§impl ValueEnum for GraphStyle
impl ValueEnum for GraphStyle
impl Copy for GraphStyle
Auto Trait Implementations§
impl Freeze for GraphStyle
impl RefUnwindSafe for GraphStyle
impl Send for GraphStyle
impl Sync for GraphStyle
impl Unpin for GraphStyle
impl UnsafeUnpin for GraphStyle
impl UnwindSafe for GraphStyle
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