pub struct IceParser;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IceParser
impl RefUnwindSafe for IceParser
impl Send for IceParser
impl Sync for IceParser
impl Unpin for IceParser
impl UnwindSafe for IceParser
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