pub enum OpenTimelineError {
Date,
Entity,
Id,
Name,
Tags,
Timeline,
}Expand description
Errors that can be returned by OpenTimeline
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpenTimelineError
impl RefUnwindSafe for OpenTimelineError
impl Send for OpenTimelineError
impl Sync for OpenTimelineError
impl Unpin for OpenTimelineError
impl UnsafeUnpin for OpenTimelineError
impl UnwindSafe for OpenTimelineError
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