pub struct RouteTransportDescriptor {
pub name: &'static str,
pub method: &'static str,
pub path: &'static str,
pub capabilities: RouteTransportCapabilities,
}Fields§
§name: &'static str§method: &'static str§path: &'static str§capabilities: RouteTransportCapabilitiesTrait Implementations§
Source§impl Clone for RouteTransportDescriptor
impl Clone for RouteTransportDescriptor
Source§fn clone(&self) -> RouteTransportDescriptor
fn clone(&self) -> RouteTransportDescriptor
Returns a duplicate 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 RouteTransportDescriptor
impl Debug for RouteTransportDescriptor
Source§impl PartialEq for RouteTransportDescriptor
impl PartialEq for RouteTransportDescriptor
impl Copy for RouteTransportDescriptor
impl Eq for RouteTransportDescriptor
impl StructuralPartialEq for RouteTransportDescriptor
Auto Trait Implementations§
impl Freeze for RouteTransportDescriptor
impl RefUnwindSafe for RouteTransportDescriptor
impl Send for RouteTransportDescriptor
impl Sync for RouteTransportDescriptor
impl Unpin for RouteTransportDescriptor
impl UnsafeUnpin for RouteTransportDescriptor
impl UnwindSafe for RouteTransportDescriptor
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