pub struct DedicatedIpPool {
pub pool_name: String,
pub scaling_mode: String,
}Fields§
§pool_name: String§scaling_mode: StringTrait Implementations§
Source§impl Clone for DedicatedIpPool
impl Clone for DedicatedIpPool
Source§fn clone(&self) -> DedicatedIpPool
fn clone(&self) -> DedicatedIpPool
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 DedicatedIpPool
impl Debug for DedicatedIpPool
Auto Trait Implementations§
impl Freeze for DedicatedIpPool
impl RefUnwindSafe for DedicatedIpPool
impl Send for DedicatedIpPool
impl Sync for DedicatedIpPool
impl Unpin for DedicatedIpPool
impl UnsafeUnpin for DedicatedIpPool
impl UnwindSafe for DedicatedIpPool
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