pub struct BindFloatingIp {
pub resource_type: ResourceType,
pub resource_id: Box<BindFloatingIpResourceId>,
}Fields§
§resource_type: ResourceTypeТип ресурса.
resource_id: Box<BindFloatingIpResourceId>Implementations§
Source§impl BindFloatingIp
impl BindFloatingIp
pub fn new( resource_type: ResourceType, resource_id: BindFloatingIpResourceId, ) -> BindFloatingIp
Trait Implementations§
Source§impl Clone for BindFloatingIp
impl Clone for BindFloatingIp
Source§fn clone(&self) -> BindFloatingIp
fn clone(&self) -> BindFloatingIp
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 BindFloatingIp
impl Debug for BindFloatingIp
Source§impl Default for BindFloatingIp
impl Default for BindFloatingIp
Source§fn default() -> BindFloatingIp
fn default() -> BindFloatingIp
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BindFloatingIp
impl<'de> Deserialize<'de> for BindFloatingIp
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 BindFloatingIp
impl PartialEq for BindFloatingIp
Source§fn eq(&self, other: &BindFloatingIp) -> bool
fn eq(&self, other: &BindFloatingIp) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BindFloatingIp
impl Serialize for BindFloatingIp
impl StructuralPartialEq for BindFloatingIp
Auto Trait Implementations§
impl Freeze for BindFloatingIp
impl RefUnwindSafe for BindFloatingIp
impl Send for BindFloatingIp
impl Sync for BindFloatingIp
impl Unpin for BindFloatingIp
impl UnsafeUnpin for BindFloatingIp
impl UnwindSafe for BindFloatingIp
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