pub struct AddonRuntimeRoute {
pub path: &'static str,
pub method: AddonRuntimeHttpMethod,
pub kind: AddonRuntimeRouteKind,
}Fields§
§path: &'static str§method: AddonRuntimeHttpMethod§kind: AddonRuntimeRouteKindTrait Implementations§
Source§impl Clone for AddonRuntimeRoute
impl Clone for AddonRuntimeRoute
Source§fn clone(&self) -> AddonRuntimeRoute
fn clone(&self) -> AddonRuntimeRoute
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AddonRuntimeRoute
impl Debug for AddonRuntimeRoute
Source§impl PartialEq for AddonRuntimeRoute
impl PartialEq for AddonRuntimeRoute
Source§fn eq(&self, other: &AddonRuntimeRoute) -> bool
fn eq(&self, other: &AddonRuntimeRoute) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AddonRuntimeRoute
impl Eq for AddonRuntimeRoute
impl StructuralPartialEq for AddonRuntimeRoute
Auto Trait Implementations§
impl Freeze for AddonRuntimeRoute
impl RefUnwindSafe for AddonRuntimeRoute
impl Send for AddonRuntimeRoute
impl Sync for AddonRuntimeRoute
impl Unpin for AddonRuntimeRoute
impl UnsafeUnpin for AddonRuntimeRoute
impl UnwindSafe for AddonRuntimeRoute
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