pub struct UpdateServiceParams {
pub id: i64,
pub body: Option<UpdateLoadBalancerService>,
}
Expand description
struct for passing parameters to the method update_service
Fields§
§id: i64
ID of the Load Balancer.
body: Option<UpdateLoadBalancerService>
Trait Implementations§
Source§impl Clone for UpdateServiceParams
impl Clone for UpdateServiceParams
Source§fn clone(&self) -> UpdateServiceParams
fn clone(&self) -> UpdateServiceParams
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 Debug for UpdateServiceParams
impl Debug for UpdateServiceParams
Source§impl Default for UpdateServiceParams
impl Default for UpdateServiceParams
Source§fn default() -> UpdateServiceParams
fn default() -> UpdateServiceParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdateServiceParams
impl RefUnwindSafe for UpdateServiceParams
impl Send for UpdateServiceParams
impl Sync for UpdateServiceParams
impl Unpin for UpdateServiceParams
impl UnwindSafe for UpdateServiceParams
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