pub enum StateLifetime {
Request,
Sequence,
Step,
}Variants§
Trait Implementations§
Source§impl Clone for StateLifetime
impl Clone for StateLifetime
Source§fn clone(&self) -> StateLifetime
fn clone(&self) -> StateLifetime
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StateLifetime
Source§impl Debug for StateLifetime
impl Debug for StateLifetime
Source§impl<'de> Deserialize<'de> for StateLifetime
impl<'de> Deserialize<'de> for StateLifetime
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for StateLifetime
Source§impl PartialEq for StateLifetime
impl PartialEq for StateLifetime
Source§impl Serialize for StateLifetime
impl Serialize for StateLifetime
impl StructuralPartialEq for StateLifetime
Auto Trait Implementations§
impl Freeze for StateLifetime
impl RefUnwindSafe for StateLifetime
impl Send for StateLifetime
impl Sync for StateLifetime
impl Unpin for StateLifetime
impl UnsafeUnpin for StateLifetime
impl UnwindSafe for StateLifetime
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