pub struct GraphAttributes {
pub label: Option<String>,
}Fields§
§label: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for GraphAttributes
impl Clone for GraphAttributes
Source§fn clone(&self) -> GraphAttributes
fn clone(&self) -> GraphAttributes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GraphAttributes
impl Debug for GraphAttributes
Source§impl Default for GraphAttributes
impl Default for GraphAttributes
Source§impl Display for GraphAttributes
impl Display for GraphAttributes
Source§impl PartialEq for GraphAttributes
impl PartialEq for GraphAttributes
impl StructuralPartialEq for GraphAttributes
Auto Trait Implementations§
impl Freeze for GraphAttributes
impl RefUnwindSafe for GraphAttributes
impl Send for GraphAttributes
impl Sync for GraphAttributes
impl Unpin for GraphAttributes
impl UnwindSafe for GraphAttributes
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