Struct graphviz_rust::attributes::gradientangle
source · [−]pub struct gradientangle(_);
Trait Implementations
sourceimpl Debug for gradientangle
impl Debug for gradientangle
sourceimpl IntoAttribute for gradientangle
impl IntoAttribute for gradientangle
sourceimpl PartialEq<gradientangle> for gradientangle
impl PartialEq<gradientangle> for gradientangle
sourcefn eq(&self, other: &gradientangle) -> bool
fn eq(&self, other: &gradientangle) -> bool
impl StructuralPartialEq for gradientangle
Auto Trait Implementations
impl RefUnwindSafe for gradientangle
impl Send for gradientangle
impl Sync for gradientangle
impl Unpin for gradientangle
impl UnwindSafe for gradientangle
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