pub struct CreateBalancer200Response {
pub balancer: Box<Balancer>,
pub response_id: Uuid,
}Fields§
§balancer: Box<Balancer>§response_id: UuidID запроса, который можно указывать при обращении в службу технической поддержки, чтобы помочь определить проблему.
Implementations§
Source§impl CreateBalancer200Response
impl CreateBalancer200Response
pub fn new(balancer: Balancer, response_id: Uuid) -> CreateBalancer200Response
Trait Implementations§
Source§impl Clone for CreateBalancer200Response
impl Clone for CreateBalancer200Response
Source§fn clone(&self) -> CreateBalancer200Response
fn clone(&self) -> CreateBalancer200Response
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 CreateBalancer200Response
impl Debug for CreateBalancer200Response
Source§impl Default for CreateBalancer200Response
impl Default for CreateBalancer200Response
Source§fn default() -> CreateBalancer200Response
fn default() -> CreateBalancer200Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateBalancer200Response
impl<'de> Deserialize<'de> for CreateBalancer200Response
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
Source§impl PartialEq for CreateBalancer200Response
impl PartialEq for CreateBalancer200Response
Source§fn eq(&self, other: &CreateBalancer200Response) -> bool
fn eq(&self, other: &CreateBalancer200Response) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateBalancer200Response
Auto Trait Implementations§
impl Freeze for CreateBalancer200Response
impl RefUnwindSafe for CreateBalancer200Response
impl Send for CreateBalancer200Response
impl Sync for CreateBalancer200Response
impl Unpin for CreateBalancer200Response
impl UnsafeUnpin for CreateBalancer200Response
impl UnwindSafe for CreateBalancer200Response
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