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