pub struct UpdateServiceOptions {
pub version: i32,
pub registry_auth_from: String,
pub rollback: Option<String>,
}Expand description
Internal struct used in the ServiceUpdate API
Use a UpdateServiceOptionsBuilder to instantiate this struct.
Fields§
§version: i32§registry_auth_from: String§rollback: Option<String>Trait Implementations§
Source§impl Clone for UpdateServiceOptions
impl Clone for UpdateServiceOptions
Source§fn clone(&self) -> UpdateServiceOptions
fn clone(&self) -> UpdateServiceOptions
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 Debug for UpdateServiceOptions
impl Debug for UpdateServiceOptions
Source§impl Default for UpdateServiceOptions
impl Default for UpdateServiceOptions
Source§fn default() -> UpdateServiceOptions
fn default() -> UpdateServiceOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for UpdateServiceOptions
impl PartialEq for UpdateServiceOptions
Source§impl Serialize for UpdateServiceOptions
impl Serialize for UpdateServiceOptions
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for UpdateServiceOptions
Auto Trait Implementations§
impl Freeze for UpdateServiceOptions
impl RefUnwindSafe for UpdateServiceOptions
impl Send for UpdateServiceOptions
impl Sync for UpdateServiceOptions
impl Unpin for UpdateServiceOptions
impl UnsafeUnpin for UpdateServiceOptions
impl UnwindSafe for UpdateServiceOptions
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