pub struct RadiusProfileResponse {
pub fields: HashMap<String, Value>,
}Expand description
RADIUS profile — from GET /v1/sites/{siteId}/radius/profiles.
Fields§
§fields: HashMap<String, Value>Trait Implementations§
Source§impl Clone for RadiusProfileResponse
impl Clone for RadiusProfileResponse
Source§fn clone(&self) -> RadiusProfileResponse
fn clone(&self) -> RadiusProfileResponse
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 RadiusProfileResponse
impl Debug for RadiusProfileResponse
Source§impl<'de> Deserialize<'de> for RadiusProfileResponse
impl<'de> Deserialize<'de> for RadiusProfileResponse
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 RadiusProfileResponse
impl PartialEq for RadiusProfileResponse
Source§impl Serialize for RadiusProfileResponse
impl Serialize for RadiusProfileResponse
impl StructuralPartialEq for RadiusProfileResponse
Auto Trait Implementations§
impl Freeze for RadiusProfileResponse
impl RefUnwindSafe for RadiusProfileResponse
impl Send for RadiusProfileResponse
impl Sync for RadiusProfileResponse
impl Unpin for RadiusProfileResponse
impl UnsafeUnpin for RadiusProfileResponse
impl UnwindSafe for RadiusProfileResponse
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