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