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