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