Enum graphviz_rust::attributes::pagedir
source · [−]pub enum pagedir {
BL,
BR,
TL,
TR,
RB,
RT,
LB,
LT,
}
Variants
BL
BR
TL
TR
RB
RT
LB
LT
Trait Implementations
impl StructuralPartialEq for pagedir
Auto Trait Implementations
impl RefUnwindSafe for pagedir
impl Send for pagedir
impl Sync for pagedir
impl Unpin for pagedir
impl UnwindSafe for pagedir
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