pub struct MethodValue<T: Id> { /* private fields */ }
Trait Implementations§
Source§impl NewMethod<StructureId> for MethodValue<StructureId>
impl NewMethod<StructureId> for MethodValue<StructureId>
fn new( smt: &Smt<'_>, model: &Model<'_>, instance: InstanceId, method: &Method<StructureId>, ) -> Self
Source§impl ToLang for MethodValue<StructureId>
impl ToLang for MethodValue<StructureId>
Auto Trait Implementations§
impl<T> Freeze for MethodValue<T>where
T: Freeze,
impl<T> RefUnwindSafe for MethodValue<T>where
T: RefUnwindSafe,
impl<T> Send for MethodValue<T>where
T: Send,
impl<T> Sync for MethodValue<T>where
T: Sync,
impl<T> Unpin for MethodValue<T>where
T: Unpin,
impl<T> UnwindSafe for MethodValue<T>where
T: UnwindSafe,
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