pub struct A {
pub type: Type,
pub value: String,
pub ttl: Option<f64>,
pub app_id: Option<f64>,
}Fields§
§type: TypeТип DNS-записи.
value: StringIPv4 адрес.
ttl: Option<f64>Время жизни DNS-записи в секундах.
app_id: Option<f64>Идентификатор приложения в App Platform, к которому будет привязан домен или поддомен.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for A
impl<'de> Deserialize<'de> for A
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
impl StructuralPartialEq for A
Auto Trait Implementations§
impl Freeze for A
impl RefUnwindSafe for A
impl Send for A
impl Sync for A
impl Unpin for A
impl UnsafeUnpin for A
impl UnwindSafe for A
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