pub struct EndpointRoute { /* private fields */ }Expand description
One immutable HTTP route owned by an Endpoint provider.
Implementations§
Source§impl EndpointRoute
impl EndpointRoute
Trait Implementations§
Source§impl Clone for EndpointRoute
impl Clone for EndpointRoute
Source§fn clone(&self) -> EndpointRoute
fn clone(&self) -> EndpointRoute
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 moreimpl Copy for EndpointRoute
Source§impl Debug for EndpointRoute
impl Debug for EndpointRoute
impl Eq for EndpointRoute
Source§impl PartialEq for EndpointRoute
impl PartialEq for EndpointRoute
impl StructuralPartialEq for EndpointRoute
Auto Trait Implementations§
impl Freeze for EndpointRoute
impl RefUnwindSafe for EndpointRoute
impl Send for EndpointRoute
impl Sync for EndpointRoute
impl Unpin for EndpointRoute
impl UnsafeUnpin for EndpointRoute
impl UnwindSafe for EndpointRoute
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