pub struct PercentageMeta {}Trait Implementations§
Source§impl Clone for PercentageMeta
impl Clone for PercentageMeta
Source§fn clone(&self) -> PercentageMeta
fn clone(&self) -> PercentageMeta
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 PercentageMeta
Source§impl Debug for PercentageMeta
impl Debug for PercentageMeta
impl Eq for PercentageMeta
Source§impl PartialEq for PercentageMeta
impl PartialEq for PercentageMeta
Source§fn eq(&self, other: &PercentageMeta) -> bool
fn eq(&self, other: &PercentageMeta) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PercentageMeta
Auto Trait Implementations§
impl Freeze for PercentageMeta
impl RefUnwindSafe for PercentageMeta
impl Send for PercentageMeta
impl Sync for PercentageMeta
impl Unpin for PercentageMeta
impl UnsafeUnpin for PercentageMeta
impl UnwindSafe for PercentageMeta
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