pub struct Continuous;
Trait Implementations§
Source§impl Debug for Continuous
impl Debug for Continuous
Source§impl Default for Continuous
impl Default for Continuous
Source§fn default() -> Continuous
fn default() -> Continuous
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Continuous
impl RefUnwindSafe for Continuous
impl Send for Continuous
impl Sync for Continuous
impl Unpin for Continuous
impl UnwindSafe for Continuous
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