Struct decthings_api::rpc::model::WaitForStateToBeCreatedParams
source · pub struct WaitForStateToBeCreatedParams<'a> {
pub model_id: &'a str,
pub state_id: &'a str,
}
Fields§
§model_id: &'a str
The model’s id.
state_id: &'a str
The 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 copy 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