Struct icu_messageformat_parser::Parser
source · [−]pub struct Parser<'s> { /* private fields */ }Implementations
Trait Implementations
Auto Trait Implementations
impl<'s> !RefUnwindSafe for Parser<'s>
impl<'s> Send for Parser<'s>
impl<'s> !Sync for Parser<'s>
impl<'s> Unpin for Parser<'s>
impl<'s> UnwindSafe for Parser<'s>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more