pub enum Src {
Body,
Query,
Label,
}Expand description
Where a constrained input member is bound on the wire.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Src
impl RefUnwindSafe for Src
impl Send for Src
impl Sync for Src
impl Unpin for Src
impl UnsafeUnpin for Src
impl UnwindSafe for Src
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