pub struct ToneLabel(/* private fields */);Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ToneLabel
impl<'de> Deserialize<'de> for ToneLabel
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for ToneLabel
impl Ord for ToneLabel
Source§impl PartialOrd for ToneLabel
impl PartialOrd for ToneLabel
impl Eq for ToneLabel
impl StructuralPartialEq for ToneLabel
Auto Trait Implementations§
impl Freeze for ToneLabel
impl RefUnwindSafe for ToneLabel
impl Send for ToneLabel
impl Sync for ToneLabel
impl Unpin for ToneLabel
impl UnsafeUnpin for ToneLabel
impl UnwindSafe for ToneLabel
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