pub enum StartLogic {}Trait Implementations§
Source§impl Clone for StartLogic
impl Clone for StartLogic
Source§fn clone(&self) -> StartLogic
fn clone(&self) -> StartLogic
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StartLogic
impl Debug for StartLogic
Source§impl Display for StartLogic
impl Display for StartLogic
impl Copy for StartLogic
impl Logic for StartLogic
Auto Trait Implementations§
impl Freeze for StartLogic
impl RefUnwindSafe for StartLogic
impl Send for StartLogic
impl Sync for StartLogic
impl Unpin for StartLogic
impl UnwindSafe for StartLogic
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