pub struct ArvanRecordPayload {
pub record_type: &'static str,
pub name: String,
pub value: Value,
pub ttl: u32,
pub upstream_https: &'static str,
pub ip_filter_mode: ArvanIpFilterMode,
}Fields§
§record_type: &'static str§name: String§value: Value§ttl: u32§upstream_https: &'static str§ip_filter_mode: ArvanIpFilterModeTrait Implementations§
Source§impl Clone for ArvanRecordPayload
impl Clone for ArvanRecordPayload
Source§fn clone(&self) -> ArvanRecordPayload
fn clone(&self) -> ArvanRecordPayload
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 ArvanRecordPayload
impl Debug for ArvanRecordPayload
Auto Trait Implementations§
impl Freeze for ArvanRecordPayload
impl RefUnwindSafe for ArvanRecordPayload
impl Send for ArvanRecordPayload
impl Sync for ArvanRecordPayload
impl Unpin for ArvanRecordPayload
impl UnsafeUnpin for ArvanRecordPayload
impl UnwindSafe for ArvanRecordPayload
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