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