pub struct SttpLayerStateMachine;Implementations§
Source§impl SttpLayerStateMachine
impl SttpLayerStateMachine
pub fn parse<'a>(raw: &'a str) -> LayerParseOutcome<'a>
pub fn to_ast(raw: &str, parsed: &LayerParseOutcome<'_>) -> SttpAst
Auto Trait Implementations§
impl Freeze for SttpLayerStateMachine
impl RefUnwindSafe for SttpLayerStateMachine
impl Send for SttpLayerStateMachine
impl Sync for SttpLayerStateMachine
impl Unpin for SttpLayerStateMachine
impl UnsafeUnpin for SttpLayerStateMachine
impl UnwindSafe for SttpLayerStateMachine
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