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