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