pub struct StartIngress {
pub expected_version: i64,
pub provenance_id: String,
}Fields§
§expected_version: i64§provenance_id: StringTrait Implementations§
Source§impl Clone for StartIngress
impl Clone for StartIngress
Source§fn clone(&self) -> StartIngress
fn clone(&self) -> StartIngress
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 StartIngress
impl Debug for StartIngress
Source§impl<'de> Deserialize<'de> for StartIngress
impl<'de> Deserialize<'de> for StartIngress
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
Auto Trait Implementations§
impl Freeze for StartIngress
impl RefUnwindSafe for StartIngress
impl Send for StartIngress
impl Sync for StartIngress
impl Unpin for StartIngress
impl UnsafeUnpin for StartIngress
impl UnwindSafe for StartIngress
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