pub struct TickError {
pub message: String,
}Expand description
Error
Fields§
§message: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TickError
impl RefUnwindSafe for TickError
impl Send for TickError
impl Sync for TickError
impl Unpin for TickError
impl UnwindSafe for TickError
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