Struct spacegate_kernel::functions::http_route::SgHttpPathMatchInst
source · pub struct SgHttpPathMatchInst {
pub kind: SgHttpPathMatchType,
pub value: String,
pub regular: Option<Regex>,
}Fields§
§kind: SgHttpPathMatchType§value: String§regular: Option<Regex>Trait Implementations§
source§impl Clone for SgHttpPathMatchInst
impl Clone for SgHttpPathMatchInst
source§fn clone(&self) -> SgHttpPathMatchInst
fn clone(&self) -> SgHttpPathMatchInst
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 SgHttpPathMatchInst
impl Debug for SgHttpPathMatchInst
source§impl Default for SgHttpPathMatchInst
impl Default for SgHttpPathMatchInst
source§fn default() -> SgHttpPathMatchInst
fn default() -> SgHttpPathMatchInst
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SgHttpPathMatchInst
impl Send for SgHttpPathMatchInst
impl Sync for SgHttpPathMatchInst
impl Unpin for SgHttpPathMatchInst
impl UnwindSafe for SgHttpPathMatchInst
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