pub struct WaitForStateToBeCreatedParams<'a> {
pub model_id: &'a str,
pub state_id: &'a str,
}Fields§
§model_id: &'a strThe model’s id.
state_id: &'a strThe state’s id.
Trait Implementations§
Source§impl<'a> Clone for WaitForStateToBeCreatedParams<'a>
impl<'a> Clone for WaitForStateToBeCreatedParams<'a>
Source§fn clone(&self) -> WaitForStateToBeCreatedParams<'a>
fn clone(&self) -> WaitForStateToBeCreatedParams<'a>
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<'a> Debug for WaitForStateToBeCreatedParams<'a>
impl<'a> Debug for WaitForStateToBeCreatedParams<'a>
Auto Trait Implementations§
impl<'a> Freeze for WaitForStateToBeCreatedParams<'a>
impl<'a> RefUnwindSafe for WaitForStateToBeCreatedParams<'a>
impl<'a> Send for WaitForStateToBeCreatedParams<'a>
impl<'a> Sync for WaitForStateToBeCreatedParams<'a>
impl<'a> Unpin for WaitForStateToBeCreatedParams<'a>
impl<'a> UnwindSafe for WaitForStateToBeCreatedParams<'a>
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