pub struct LocalDataRebootstrapInput {
pub rebootstrap_id: String,
}Expand description
Durable application repair id. Reusing the id is an exact no-op.
Fields§
§rebootstrap_id: StringTrait Implementations§
Source§impl Clone for LocalDataRebootstrapInput
impl Clone for LocalDataRebootstrapInput
Source§fn clone(&self) -> LocalDataRebootstrapInput
fn clone(&self) -> LocalDataRebootstrapInput
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 moreSource§impl Debug for LocalDataRebootstrapInput
impl Debug for LocalDataRebootstrapInput
Source§impl<'de> Deserialize<'de> for LocalDataRebootstrapInput
impl<'de> Deserialize<'de> for LocalDataRebootstrapInput
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 LocalDataRebootstrapInput
impl StructuralPartialEq for LocalDataRebootstrapInput
Auto Trait Implementations§
impl Freeze for LocalDataRebootstrapInput
impl RefUnwindSafe for LocalDataRebootstrapInput
impl Send for LocalDataRebootstrapInput
impl Sync for LocalDataRebootstrapInput
impl Unpin for LocalDataRebootstrapInput
impl UnsafeUnpin for LocalDataRebootstrapInput
impl UnwindSafe for LocalDataRebootstrapInput
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