pub struct Proposition { /* private fields */ }
Implementations§
Source§impl Proposition
impl Proposition
pub fn new(name: &str) -> Proposition
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Proposition
impl RefUnwindSafe for Proposition
impl Send for Proposition
impl Sync for Proposition
impl Unpin for Proposition
impl UnwindSafe for Proposition
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