Struct graphviz_rust::attributes::orientation
source · [−]pub struct orientation(_);
Trait Implementations
sourceimpl Debug for orientation
impl Debug for orientation
sourceimpl Default for orientation
impl Default for orientation
sourceimpl IntoAttribute for orientation
impl IntoAttribute for orientation
sourceimpl PartialEq<orientation> for orientation
impl PartialEq<orientation> for orientation
sourcefn eq(&self, other: &orientation) -> bool
fn eq(&self, other: &orientation) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &orientation) -> bool
fn ne(&self, other: &orientation) -> bool
This method tests for !=
.
impl StructuralPartialEq for orientation
Auto Trait Implementations
impl RefUnwindSafe for orientation
impl Send for orientation
impl Sync for orientation
impl Unpin for orientation
impl UnwindSafe for orientation
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