Struct passivetotal::response::ActionDDNSResponse [] [src]

pub struct ActionDDNSResponse {
    pub dynamicDns: Option<bool>,
}

Fields

dynamicDns

Trait Implementations

Derived Implementations

impl Debug for ActionDDNSResponse

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Decodable for ActionDDNSResponse

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<ActionDDNSResponse, __D::Error>