pub struct StructureValue { /* private fields */ }
Implementations§
Source§impl StructureValue
impl StructureValue
pub fn new(smt: &Smt<'_>, model: &Model<'_>, structure: StructureId) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StructureValue
impl RefUnwindSafe for StructureValue
impl Send for StructureValue
impl Sync for StructureValue
impl Unpin for StructureValue
impl UnwindSafe for StructureValue
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