pub struct TypelibParser { /* private fields */ }
Implementations§
Source§impl TypelibParser
impl TypelibParser
Auto Trait Implementations§
impl Freeze for TypelibParser
impl RefUnwindSafe for TypelibParser
impl Send for TypelibParser
impl Sync for TypelibParser
impl Unpin for TypelibParser
impl UnwindSafe for TypelibParser
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