Struct graphviz_rust::attributes::head_lp
source · pub struct head_lp(_);
Trait Implementations§
source§impl PartialEq<head_lp> for head_lp
impl PartialEq<head_lp> for head_lp
impl StructuralPartialEq for head_lp
Auto Trait Implementations§
impl RefUnwindSafe for head_lp
impl Send for head_lp
impl Sync for head_lp
impl Unpin for head_lp
impl UnwindSafe for head_lp
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