Struct ngrok_api::types::EdgePolicyReplace
source · pub struct EdgePolicyReplace {
pub id: String,
pub module: EndpointPolicy,
}
Fields§
§id: String
§module: EndpointPolicy
Trait Implementations§
source§impl Clone for EdgePolicyReplace
impl Clone for EdgePolicyReplace
source§fn clone(&self) -> EdgePolicyReplace
fn clone(&self) -> EdgePolicyReplace
Returns a copy 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 EdgePolicyReplace
impl Debug for EdgePolicyReplace
source§impl Default for EdgePolicyReplace
impl Default for EdgePolicyReplace
source§fn default() -> EdgePolicyReplace
fn default() -> EdgePolicyReplace
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for EdgePolicyReplace
impl<'de> Deserialize<'de> for EdgePolicyReplace
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 EdgePolicyReplace
impl RefUnwindSafe for EdgePolicyReplace
impl Send for EdgePolicyReplace
impl Sync for EdgePolicyReplace
impl Unpin for EdgePolicyReplace
impl UnwindSafe for EdgePolicyReplace
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