pub struct FirewallModuleStatus {
pub firewall_url: Option<String>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§firewall_url: Option<String>[Output Only] The URL of the corresponding Firewall resource.
Trait Implementations§
Source§impl Clone for FirewallModuleStatus
impl Clone for FirewallModuleStatus
Source§fn clone(&self) -> FirewallModuleStatus
fn clone(&self) -> FirewallModuleStatus
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 FirewallModuleStatus
impl Debug for FirewallModuleStatus
Source§impl Default for FirewallModuleStatus
impl Default for FirewallModuleStatus
Source§fn default() -> FirewallModuleStatus
fn default() -> FirewallModuleStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FirewallModuleStatus
impl<'de> Deserialize<'de> for FirewallModuleStatus
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 Serialize for FirewallModuleStatus
impl Serialize for FirewallModuleStatus
impl Part for FirewallModuleStatus
Auto Trait Implementations§
impl Freeze for FirewallModuleStatus
impl RefUnwindSafe for FirewallModuleStatus
impl Send for FirewallModuleStatus
impl Sync for FirewallModuleStatus
impl Unpin for FirewallModuleStatus
impl UnwindSafe for FirewallModuleStatus
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