pub struct StartMode(pub i64);
Tuple Fields§
§0: i64
Implementations§
Source§impl StartMode
impl StartMode
pub const BEGIN_SEQUENCE: StartMode
pub const CONTINUE_SEQUENCE: StartMode
pub const RESUME_YIELD: StartMode
Trait Implementations§
Source§impl Ord for StartMode
impl Ord for StartMode
Source§impl PartialOrd for StartMode
impl PartialOrd for StartMode
impl Copy for StartMode
impl Eq for StartMode
impl StructuralPartialEq for StartMode
Auto Trait Implementations§
impl Freeze for StartMode
impl RefUnwindSafe for StartMode
impl Send for StartMode
impl Sync for StartMode
impl Unpin for StartMode
impl UnwindSafe for StartMode
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
Source§impl<T> CallHasher for T
impl<T> CallHasher for T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.