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