pub struct FrameLabel {
pub name: String,
pub is_anchor: bool,
}
Fields§
§name: String
§is_anchor: bool
Trait Implementations§
Source§impl Clone for FrameLabel
impl Clone for FrameLabel
Source§fn clone(&self) -> FrameLabel
fn clone(&self) -> FrameLabel
Returns a copy 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 FrameLabel
impl Debug for FrameLabel
Source§impl<'de> Deserialize<'de> for FrameLabel
impl<'de> Deserialize<'de> for FrameLabel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for FrameLabel
impl Hash for FrameLabel
Source§impl Ord for FrameLabel
impl Ord for FrameLabel
Source§fn cmp(&self, other: &FrameLabel) -> Ordering
fn cmp(&self, other: &FrameLabel) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FrameLabel
impl PartialEq for FrameLabel
Source§impl PartialOrd for FrameLabel
impl PartialOrd for FrameLabel
Source§impl Serialize for FrameLabel
impl Serialize for FrameLabel
impl Eq for FrameLabel
impl StructuralPartialEq for FrameLabel
Auto Trait Implementations§
impl Freeze for FrameLabel
impl RefUnwindSafe for FrameLabel
impl Send for FrameLabel
impl Sync for FrameLabel
impl Unpin for FrameLabel
impl UnwindSafe for FrameLabel
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