pub struct StyleWithLevel(pub (String, usize));
Tuple Fields§
§0: (String, usize)
Implementations§
Trait Implementations§
Source§impl Clone for StyleWithLevel
impl Clone for StyleWithLevel
Source§fn clone(&self) -> StyleWithLevel
fn clone(&self) -> StyleWithLevel
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 StyleWithLevel
impl Debug for StyleWithLevel
Source§impl Default for StyleWithLevel
impl Default for StyleWithLevel
Source§fn default() -> StyleWithLevel
fn default() -> StyleWithLevel
Returns the “default value” for a type. Read more
Source§impl PartialEq for StyleWithLevel
impl PartialEq for StyleWithLevel
Source§impl Serialize for StyleWithLevel
impl Serialize for StyleWithLevel
impl StructuralPartialEq for StyleWithLevel
Auto Trait Implementations§
impl Freeze for StyleWithLevel
impl RefUnwindSafe for StyleWithLevel
impl Send for StyleWithLevel
impl Sync for StyleWithLevel
impl Unpin for StyleWithLevel
impl UnwindSafe for StyleWithLevel
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