pub struct EdgeLabels {
pub left: &'static str,
pub right: &'static str,
pub top: &'static str,
pub bottom: &'static str,
}Fields§
§left: &'static str§right: &'static str§top: &'static str§bottom: &'static strTrait Implementations§
Source§impl Clone for EdgeLabels
impl Clone for EdgeLabels
Source§fn clone(&self) -> EdgeLabels
fn clone(&self) -> EdgeLabels
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EdgeLabels
Source§impl Debug for EdgeLabels
impl Debug for EdgeLabels
impl Eq for EdgeLabels
Source§impl PartialEq for EdgeLabels
impl PartialEq for EdgeLabels
impl StructuralPartialEq for EdgeLabels
Auto Trait Implementations§
impl Freeze for EdgeLabels
impl RefUnwindSafe for EdgeLabels
impl Send for EdgeLabels
impl Sync for EdgeLabels
impl Unpin for EdgeLabels
impl UnsafeUnpin for EdgeLabels
impl UnwindSafe for EdgeLabels
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