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