Struct sozu_lib::router::MethodRule
source · Fields§
§inner: Option<Method>
Implementations§
Trait Implementations§
source§impl Clone for MethodRule
impl Clone for MethodRule
source§fn clone(&self) -> MethodRule
fn clone(&self) -> MethodRule
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