pub struct GetSegment { /* private fields */ }Trait Implementations§
Source§impl Clone for GetSegment
impl Clone for GetSegment
Source§fn clone(&self) -> GetSegment
fn clone(&self) -> GetSegment
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 GetSegment
impl Debug for GetSegment
Source§impl Endpoint for GetSegment
impl Endpoint for GetSegment
Source§impl PathQuery for GetSegment
impl PathQuery for GetSegment
Source§impl Query for GetSegment
impl Query for GetSegment
Source§impl Sendable<DetailedSegment> for GetSegment
impl Sendable<DetailedSegment> for GetSegment
fn send<'async_trait>(
self,
) -> Pin<Box<dyn Future<Output = Result<DetailedSegment, ErrorWrapper>> + Send + 'async_trait>>where
Self: 'async_trait,
Auto Trait Implementations§
impl Freeze for GetSegment
impl RefUnwindSafe for GetSegment
impl Send for GetSegment
impl Sync for GetSegment
impl Unpin for GetSegment
impl UnsafeUnpin for GetSegment
impl UnwindSafe for GetSegment
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