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