pub struct PortParser { /* private fields */ }Implementations§
Source§impl PortParser
impl PortParser
pub fn new() -> PortParser
pub fn parse<__TOKEN: __ToTriple, __TOKENS: IntoIterator<Item = __TOKEN>>( &self, __tokens0: __TOKENS, ) -> Result<Port, ParseError<usize, Token, LexicalError>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PortParser
impl RefUnwindSafe for PortParser
impl Send for PortParser
impl Sync for PortParser
impl Unpin for PortParser
impl UnwindSafe for PortParser
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