pub struct None;Expand description
§animation::None
default implementation for a None animation. use it when its not necesary show any information to the user.
Trait Implementations§
Source§impl Animation for None
impl Animation for None
fn new<T: Into<String>>(message: T) -> Box<Self>
fn finish_with_error<T: Into<String>>(&self, message: T)
fn finish_with_warning<T: Into<String>>(&self, message: T)
fn finish_with_success<T: Into<String>>(&self, message: T)
fn change_message<T: Into<String>>(&self, message: T)
Auto Trait Implementations§
impl Freeze for None
impl RefUnwindSafe for None
impl Send for None
impl Sync for None
impl Unpin for None
impl UnsafeUnpin for None
impl UnwindSafe for None
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