pub struct SttpNodeParser { /* private fields */ }Implementations§
Source§impl SttpNodeParser
impl SttpNodeParser
pub fn new() -> Self
pub fn with_profile(profile: ParseProfile) -> Self
pub fn try_parse(&self, raw: &str, session_id: &str) -> ParseResult
pub fn try_parse_strict(&self, raw: &str, session_id: &str) -> ParseResult
pub fn try_parse_strict_typed_ir( &self, raw: &str, session_id: &str, ) -> ParseResult
pub fn try_parse_tolerant(&self, raw: &str, session_id: &str) -> ParseResult
pub fn try_parse_with_profile( &self, raw: &str, session_id: &str, profile: ParseProfile, ) -> ParseResult
Trait Implementations§
Source§impl Clone for SttpNodeParser
impl Clone for SttpNodeParser
Source§fn clone(&self) -> SttpNodeParser
fn clone(&self) -> SttpNodeParser
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 moreSource§impl Debug for SttpNodeParser
impl Debug for SttpNodeParser
Source§impl Default for SttpNodeParser
impl Default for SttpNodeParser
Source§fn default() -> SttpNodeParser
fn default() -> SttpNodeParser
Returns the “default value” for a type. Read more
impl Copy for SttpNodeParser
Auto Trait Implementations§
impl Freeze for SttpNodeParser
impl RefUnwindSafe for SttpNodeParser
impl Send for SttpNodeParser
impl Sync for SttpNodeParser
impl Unpin for SttpNodeParser
impl UnsafeUnpin for SttpNodeParser
impl UnwindSafe for SttpNodeParser
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