pub struct StepStartUIPart { /* private fields */ }Expand description
Step start marker.
Trait Implementations§
Source§impl Clone for StepStartUIPart
impl Clone for StepStartUIPart
Source§fn clone(&self) -> StepStartUIPart
fn clone(&self) -> StepStartUIPart
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 StepStartUIPart
impl Debug for StepStartUIPart
Source§impl<'de> Deserialize<'de> for StepStartUIPart
impl<'de> Deserialize<'de> for StepStartUIPart
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
Source§impl PartialEq for StepStartUIPart
impl PartialEq for StepStartUIPart
Source§impl Serialize for StepStartUIPart
impl Serialize for StepStartUIPart
impl StructuralPartialEq for StepStartUIPart
Auto Trait Implementations§
impl Freeze for StepStartUIPart
impl RefUnwindSafe for StepStartUIPart
impl Send for StepStartUIPart
impl Sync for StepStartUIPart
impl Unpin for StepStartUIPart
impl UnwindSafe for StepStartUIPart
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