pub enum CanPlayType {
Probably,
Maybe,
No,
}Variants§
Trait Implementations§
Source§impl Clone for CanPlayType
impl Clone for CanPlayType
Source§fn clone(&self) -> CanPlayType
fn clone(&self) -> CanPlayType
Returns a duplicate 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 CanPlayType
impl Debug for CanPlayType
Source§impl PartialEq for CanPlayType
impl PartialEq for CanPlayType
impl Copy for CanPlayType
impl Eq for CanPlayType
impl StructuralPartialEq for CanPlayType
Auto Trait Implementations§
impl Freeze for CanPlayType
impl RefUnwindSafe for CanPlayType
impl Send for CanPlayType
impl Sync for CanPlayType
impl Unpin for CanPlayType
impl UnwindSafe for CanPlayType
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