pub struct ImplType {
pub members: SeqMap<String, ImplMember>,
pub associated_with_struct_type: ResolvedStructTypeRef,
}
Fields§
§members: SeqMap<String, ImplMember>
§associated_with_struct_type: ResolvedStructTypeRef
Implementations§
Source§impl ImplType
impl ImplType
pub fn new( members: SeqMap<String, ImplMember>, associated_with_struct_type: ResolvedStructTypeRef, ) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImplType
impl !RefUnwindSafe for ImplType
impl !Send for ImplType
impl !Sync for ImplType
impl Unpin for ImplType
impl !UnwindSafe for ImplType
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