pub struct Instance { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Named<InstanceId> for Instance
impl Named<InstanceId> for Instance
Source§impl WithType for Instance
impl WithType for Instance
fn typ(&self) -> &Type
fn set_type(&mut self, typ: Type)
fn resolve_type_children(&mut self, _: &TypeEntries) -> Result<(), Error>
fn check_interval_children(&self, _: &Problem) -> Result<(), Error>
fn resolve_type(&mut self, entries: &TypeEntries) -> Result<(), Error>
fn check_interval(&self, problem: &Problem) -> Result<(), Error>
Auto Trait Implementations§
impl Freeze for Instance
impl RefUnwindSafe for Instance
impl Send for Instance
impl Sync for Instance
impl Unpin for Instance
impl UnwindSafe for Instance
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