Struct graphviz_rust::attributes::edgeURL
source · [−]pub struct edgeURL(_);
Trait Implementations
impl StructuralPartialEq for edgeURL
Auto Trait Implementations
impl RefUnwindSafe for edgeURL
impl Send for edgeURL
impl Sync for edgeURL
impl Unpin for edgeURL
impl UnwindSafe for edgeURL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more