pub struct Member {
pub name: Poisonable<Identifier>,
pub value_type: Poisonable<ValueType>,
pub location_of_type: Location,
}Fields§
§name: Poisonable<Identifier>§value_type: Poisonable<ValueType>§location_of_type: LocationTrait Implementations§
Auto Trait Implementations§
impl Freeze for Member
impl RefUnwindSafe for Member
impl Send for Member
impl Sync for Member
impl Unpin for Member
impl UnwindSafe for Member
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