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