pub struct WanResponse {
pub fields: HashMap<String, Value>,
}Expand description
WAN configuration — from GET /v1/sites/{siteId}/wan.
Fields§
§fields: HashMap<String, Value>Trait Implementations§
Source§impl Clone for WanResponse
impl Clone for WanResponse
Source§fn clone(&self) -> WanResponse
fn clone(&self) -> WanResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 WanResponse
impl Debug for WanResponse
Source§impl<'de> Deserialize<'de> for WanResponse
impl<'de> Deserialize<'de> for WanResponse
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
Source§impl PartialEq for WanResponse
impl PartialEq for WanResponse
Source§impl Serialize for WanResponse
impl Serialize for WanResponse
impl StructuralPartialEq for WanResponse
Auto Trait Implementations§
impl Freeze for WanResponse
impl RefUnwindSafe for WanResponse
impl Send for WanResponse
impl Sync for WanResponse
impl Unpin for WanResponse
impl UnsafeUnpin for WanResponse
impl UnwindSafe for WanResponse
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