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