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