pub struct SecurityRulesResponse {
pub data: Option<Vec<SecurityRule>>,
}Fields§
§data: Option<Vec<SecurityRule>>Trait Implementations§
Source§impl Clone for SecurityRulesResponse
impl Clone for SecurityRulesResponse
Source§fn clone(&self) -> SecurityRulesResponse
fn clone(&self) -> SecurityRulesResponse
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 SecurityRulesResponse
impl Debug for SecurityRulesResponse
Source§impl<'de> Deserialize<'de> for SecurityRulesResponse
impl<'de> Deserialize<'de> for SecurityRulesResponse
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
Auto Trait Implementations§
impl Freeze for SecurityRulesResponse
impl RefUnwindSafe for SecurityRulesResponse
impl Send for SecurityRulesResponse
impl Sync for SecurityRulesResponse
impl Unpin for SecurityRulesResponse
impl UnwindSafe for SecurityRulesResponse
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