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