Enum graphviz_rust::attributes::clusterrank
source · pub enum clusterrank {
local,
global,
none,
}
Variants§
Trait Implementations§
source§impl Debug for clusterrank
impl Debug for clusterrank
source§impl Default for clusterrank
impl Default for clusterrank
source§impl IntoAttribute for clusterrank
impl IntoAttribute for clusterrank
source§impl PartialEq<clusterrank> for clusterrank
impl PartialEq<clusterrank> for clusterrank
source§fn eq(&self, other: &clusterrank) -> bool
fn eq(&self, other: &clusterrank) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for clusterrank
Auto Trait Implementations§
impl RefUnwindSafe for clusterrank
impl Send for clusterrank
impl Sync for clusterrank
impl Unpin for clusterrank
impl UnwindSafe for clusterrank
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