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