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§
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