pub struct EdgeRouteIPRestrictionReplace {
pub edge_id: String,
pub id: String,
pub module: EndpointIPPolicyMutate,
}
Fields§
§edge_id: String
§id: String
§module: EndpointIPPolicyMutate
Trait Implementations§
Source§impl Clone for EdgeRouteIPRestrictionReplace
impl Clone for EdgeRouteIPRestrictionReplace
Source§fn clone(&self) -> EdgeRouteIPRestrictionReplace
fn clone(&self) -> EdgeRouteIPRestrictionReplace
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 Default for EdgeRouteIPRestrictionReplace
impl Default for EdgeRouteIPRestrictionReplace
Source§fn default() -> EdgeRouteIPRestrictionReplace
fn default() -> EdgeRouteIPRestrictionReplace
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EdgeRouteIPRestrictionReplace
impl<'de> Deserialize<'de> for EdgeRouteIPRestrictionReplace
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 EdgeRouteIPRestrictionReplace
impl RefUnwindSafe for EdgeRouteIPRestrictionReplace
impl Send for EdgeRouteIPRestrictionReplace
impl Sync for EdgeRouteIPRestrictionReplace
impl Unpin for EdgeRouteIPRestrictionReplace
impl UnwindSafe for EdgeRouteIPRestrictionReplace
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