pub struct ToDotOptions {
pub show_pointers: bool,
pub duplicate_primitives: bool,
}Fields§
§show_pointers: bool§duplicate_primitives: boolTrait Implementations§
Source§impl Clone for ToDotOptions
impl Clone for ToDotOptions
Source§fn clone(&self) -> ToDotOptions
fn clone(&self) -> ToDotOptions
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 ToDotOptions
Source§impl Debug for ToDotOptions
impl Debug for ToDotOptions
Source§impl Default for ToDotOptions
impl Default for ToDotOptions
impl Eq for ToDotOptions
Source§impl Hash for ToDotOptions
impl Hash for ToDotOptions
Source§impl PartialEq for ToDotOptions
impl PartialEq for ToDotOptions
Source§fn eq(&self, other: &ToDotOptions) -> bool
fn eq(&self, other: &ToDotOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ToDotOptions
Auto Trait Implementations§
impl Freeze for ToDotOptions
impl RefUnwindSafe for ToDotOptions
impl Send for ToDotOptions
impl Sync for ToDotOptions
impl Unpin for ToDotOptions
impl UnsafeUnpin for ToDotOptions
impl UnwindSafe for ToDotOptions
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