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