Struct graphviz_rust::attributes::peripheries
source · pub struct peripheries(_);
Trait Implementations
sourceimpl Debug for peripheries
impl Debug for peripheries
sourceimpl IntoAttribute for peripheries
impl IntoAttribute for peripheries
sourceimpl PartialEq<peripheries> for peripheries
impl PartialEq<peripheries> for peripheries
sourcefn eq(&self, other: &peripheries) -> bool
fn eq(&self, other: &peripheries) -> bool
impl StructuralPartialEq for peripheries
Auto Trait Implementations
impl RefUnwindSafe for peripheries
impl Send for peripheries
impl Sync for peripheries
impl Unpin for peripheries
impl UnwindSafe for peripheries
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more