pub struct ChangeZonesPrimaryNameserversParams {
pub id_or_name: String,
pub change_zones_primary_nameservers_request: ChangeZonesPrimaryNameserversRequest,
}Expand description
struct for passing parameters to the method change_zones_primary_nameservers
Fields§
§id_or_name: StringID or Name of the Zone.
change_zones_primary_nameservers_request: ChangeZonesPrimaryNameserversRequestTrait Implementations§
Source§impl Clone for ChangeZonesPrimaryNameserversParams
impl Clone for ChangeZonesPrimaryNameserversParams
Source§fn clone(&self) -> ChangeZonesPrimaryNameserversParams
fn clone(&self) -> ChangeZonesPrimaryNameserversParams
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 Default for ChangeZonesPrimaryNameserversParams
impl Default for ChangeZonesPrimaryNameserversParams
Source§fn default() -> ChangeZonesPrimaryNameserversParams
fn default() -> ChangeZonesPrimaryNameserversParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ChangeZonesPrimaryNameserversParams
impl RefUnwindSafe for ChangeZonesPrimaryNameserversParams
impl Send for ChangeZonesPrimaryNameserversParams
impl Sync for ChangeZonesPrimaryNameserversParams
impl Unpin for ChangeZonesPrimaryNameserversParams
impl UnsafeUnpin for ChangeZonesPrimaryNameserversParams
impl UnwindSafe for ChangeZonesPrimaryNameserversParams
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