pub struct AddClusterToProjectRequest {
pub resource_id: f64,
}Fields§
§resource_id: f64ID добавляемого кластера.
Implementations§
Source§impl AddClusterToProjectRequest
impl AddClusterToProjectRequest
pub fn new(resource_id: f64) -> AddClusterToProjectRequest
Trait Implementations§
Source§impl Clone for AddClusterToProjectRequest
impl Clone for AddClusterToProjectRequest
Source§fn clone(&self) -> AddClusterToProjectRequest
fn clone(&self) -> AddClusterToProjectRequest
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 AddClusterToProjectRequest
impl Debug for AddClusterToProjectRequest
Source§impl Default for AddClusterToProjectRequest
impl Default for AddClusterToProjectRequest
Source§fn default() -> AddClusterToProjectRequest
fn default() -> AddClusterToProjectRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AddClusterToProjectRequest
impl<'de> Deserialize<'de> for AddClusterToProjectRequest
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 AddClusterToProjectRequest
impl PartialEq for AddClusterToProjectRequest
Source§fn eq(&self, other: &AddClusterToProjectRequest) -> bool
fn eq(&self, other: &AddClusterToProjectRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AddClusterToProjectRequest
Auto Trait Implementations§
impl Freeze for AddClusterToProjectRequest
impl RefUnwindSafe for AddClusterToProjectRequest
impl Send for AddClusterToProjectRequest
impl Sync for AddClusterToProjectRequest
impl Unpin for AddClusterToProjectRequest
impl UnsafeUnpin for AddClusterToProjectRequest
impl UnwindSafe for AddClusterToProjectRequest
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