Struct graphviz_rust::attributes::tailtooltip
source · pub struct tailtooltip(/* private fields */);
Trait Implementations§
source§impl Debug for tailtooltip
impl Debug for tailtooltip
source§impl IntoAttribute for tailtooltip
impl IntoAttribute for tailtooltip
source§impl PartialEq for tailtooltip
impl PartialEq for tailtooltip
source§fn eq(&self, other: &tailtooltip) -> bool
fn eq(&self, other: &tailtooltip) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for tailtooltip
Auto Trait Implementations§
impl Freeze for tailtooltip
impl RefUnwindSafe for tailtooltip
impl Send for tailtooltip
impl Sync for tailtooltip
impl Unpin for tailtooltip
impl UnwindSafe for tailtooltip
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