struct ResultMember {
    id: Word,
    type_id: Word,
    built_in: Option<BuiltIn>,
}Fields§
§id: Word§type_id: Word§built_in: Option<BuiltIn>Auto Trait Implementations§
impl Freeze for ResultMember
impl RefUnwindSafe for ResultMember
impl Send for ResultMember
impl Sync for ResultMember
impl Unpin for ResultMember
impl UnwindSafe for ResultMember
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