Struct graphviz_rust::attributes::orientation
source · pub struct orientation(_);
Trait Implementations§
source§impl Debug for orientation
impl Debug for orientation
source§impl Default for orientation
impl Default for orientation
source§impl IntoAttribute for orientation
impl IntoAttribute for orientation
source§impl PartialEq<orientation> for orientation
impl PartialEq<orientation> for orientation
source§fn 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 ==
.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§
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