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