pub struct LbModuleStatus {
pub forwarding_rule_url: Option<String>,
pub target_pool_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§
§forwarding_rule_url: Option<String>[Output Only] The URL of the corresponding ForwardingRule in GCE.
target_pool_url: Option<String>[Output Only] The URL of the corresponding TargetPool resource in GCE.
Trait Implementations§
Source§impl Clone for LbModuleStatus
impl Clone for LbModuleStatus
Source§fn clone(&self) -> LbModuleStatus
fn clone(&self) -> LbModuleStatus
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 LbModuleStatus
impl Debug for LbModuleStatus
Source§impl Default for LbModuleStatus
impl Default for LbModuleStatus
Source§fn default() -> LbModuleStatus
fn default() -> LbModuleStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LbModuleStatus
impl<'de> Deserialize<'de> for LbModuleStatus
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 LbModuleStatus
impl Serialize for LbModuleStatus
impl Part for LbModuleStatus
Auto Trait Implementations§
impl Freeze for LbModuleStatus
impl RefUnwindSafe for LbModuleStatus
impl Send for LbModuleStatus
impl Sync for LbModuleStatus
impl Unpin for LbModuleStatus
impl UnwindSafe for LbModuleStatus
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