pub enum Yes {
Ok,
Other(Other),
}Expand description
Used for deserializing values in some of itunes tags.
The only possible value in some of the tags is “Yes”, which this enum is meant to reflect.
Variants§
Implementations§
Trait Implementations§
impl Eq for Yes
impl StructuralPartialEq for Yes
Auto Trait Implementations§
impl Freeze for Yes
impl RefUnwindSafe for Yes
impl Send for Yes
impl Sync for Yes
impl Unpin for Yes
impl UnwindSafe for Yes
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