#[repr(C)]pub struct ucl_parser { /* private fields */ }
Auto Trait Implementations§
impl Freeze for ucl_parser
impl RefUnwindSafe for ucl_parser
impl Send for ucl_parser
impl Sync for ucl_parser
impl Unpin for ucl_parser
impl UnwindSafe for ucl_parser
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