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