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
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 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