pub enum TimeCodeStatus {
NotIntendedForUse,
IntendedForUse,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimeCodeStatus
impl RefUnwindSafe for TimeCodeStatus
impl Send for TimeCodeStatus
impl Sync for TimeCodeStatus
impl Unpin for TimeCodeStatus
impl UnwindSafe for TimeCodeStatus
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