pub struct RecordElementResolution {
pub ident: Ident,
pub resolution: Box<ResolutionIndication>,
}
Expand description
LRM 6.3 Subtype declarations
Fields§
§ident: Ident
§resolution: Box<ResolutionIndication>
Trait Implementations§
Source§impl Clone for RecordElementResolution
impl Clone for RecordElementResolution
Source§fn clone(&self) -> RecordElementResolution
fn clone(&self) -> RecordElementResolution
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RecordElementResolution
impl Debug for RecordElementResolution
Source§impl PartialEq for RecordElementResolution
impl PartialEq for RecordElementResolution
impl StructuralPartialEq for RecordElementResolution
Auto Trait Implementations§
impl Freeze for RecordElementResolution
impl !RefUnwindSafe for RecordElementResolution
impl Send for RecordElementResolution
impl Sync for RecordElementResolution
impl Unpin for RecordElementResolution
impl !UnwindSafe for RecordElementResolution
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