Struct graphviz_rust::attributes::searchsize
source · [−]pub struct searchsize(_);
Trait Implementations
sourceimpl Debug for searchsize
impl Debug for searchsize
sourceimpl Default for searchsize
impl Default for searchsize
sourceimpl IntoAttribute for searchsize
impl IntoAttribute for searchsize
sourceimpl PartialEq<searchsize> for searchsize
impl PartialEq<searchsize> for searchsize
sourcefn eq(&self, other: &searchsize) -> bool
fn eq(&self, other: &searchsize) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &searchsize) -> bool
fn ne(&self, other: &searchsize) -> bool
This method tests for !=
.
impl StructuralPartialEq for searchsize
Auto Trait Implementations
impl RefUnwindSafe for searchsize
impl Send for searchsize
impl Sync for searchsize
impl Unpin for searchsize
impl UnwindSafe for searchsize
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more