Struct graphviz_rust::attributes::headclip
source · pub struct headclip(/* private fields */);
Trait Implementations§
source§impl PartialEq for headclip
impl PartialEq for headclip
impl StructuralPartialEq for headclip
Auto Trait Implementations§
impl Freeze for headclip
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