Struct graphviz_rust::attributes::searchsize
source · pub struct searchsize(_);
Trait Implementations§
source§impl Debug for searchsize
impl Debug for searchsize
source§impl Default for searchsize
impl Default for searchsize
source§impl IntoAttribute for searchsize
impl IntoAttribute for searchsize
source§impl PartialEq<searchsize> for searchsize
impl PartialEq<searchsize> for searchsize
source§fn 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 ==
.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§
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