pub enum AddFrame {
Processing,
Complete,
Error,
}Variants§
Auto Trait Implementations§
impl Freeze for AddFrame
impl RefUnwindSafe for AddFrame
impl Send for AddFrame
impl Sync for AddFrame
impl Unpin for AddFrame
impl UnwindSafe for AddFrame
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