Struct decthings_api::rpc::model::UpdateSnapshotParams
source · pub struct UpdateSnapshotParams<'a> {
pub model_id: &'a str,
pub snapshot_id: &'a str,
pub properties: UpdateSnapshotProperties<'a>,
}
Fields§
§model_id: &'a str
The model’s id.
snapshot_id: &'a str
The snapshot’s id.
properties: UpdateSnapshotProperties<'a>
Properties and values to change. Empty fields will not be changed.
Trait Implementations§
source§impl<'a> Clone for UpdateSnapshotParams<'a>
impl<'a> Clone for UpdateSnapshotParams<'a>
source§fn clone(&self) -> UpdateSnapshotParams<'a>
fn clone(&self) -> UpdateSnapshotParams<'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 UpdateSnapshotParams<'a>
impl<'a> Debug for UpdateSnapshotParams<'a>
Auto Trait Implementations§
impl<'a> Freeze for UpdateSnapshotParams<'a>
impl<'a> RefUnwindSafe for UpdateSnapshotParams<'a>
impl<'a> Send for UpdateSnapshotParams<'a>
impl<'a> Sync for UpdateSnapshotParams<'a>
impl<'a> Unpin for UpdateSnapshotParams<'a>
impl<'a> UnwindSafe for UpdateSnapshotParams<'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