Struct covert_framework::RouteConfig
source · pub struct RouteConfig {
pub policy: AuthPolicy,
pub state: Vec<StorageState>,
}Fields§
§policy: AuthPolicy§state: Vec<StorageState>Implementations§
source§impl RouteConfig
impl RouteConfig
pub fn unauthenticated() -> Self
Trait Implementations§
source§impl Clone for RouteConfig
impl Clone for RouteConfig
source§fn clone(&self) -> RouteConfig
fn clone(&self) -> RouteConfig
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 more