pub enum SuchError {
ParseError(String),
LikeNotPossible,
Denied,
}Variants§
Trait Implementations§
Source§impl From<TimeWarpError> for SuchError
impl From<TimeWarpError> for SuchError
Source§fn from(value: TimeWarpError) -> Self
fn from(value: TimeWarpError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SuchError
impl RefUnwindSafe for SuchError
impl Send for SuchError
impl Sync for SuchError
impl Unpin for SuchError
impl UnwindSafe for SuchError
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more