pub struct AbsCodataInfo {
pub source: Loc,
pub self_ref: Option<Ident>,
pub name: Ident,
pub fields: Vec<GI>,
pub level: Level,
pub tele: AbsTele,
}Fields§
§source: Loc§self_ref: Option<Ident>§name: Ident§fields: Vec<GI>§level: Level§tele: AbsTeleImplementations§
Trait Implementations§
Source§impl Clone for AbsCodataInfo
impl Clone for AbsCodataInfo
Source§fn clone(&self) -> AbsCodataInfo
fn clone(&self) -> AbsCodataInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AbsCodataInfo
impl Debug for AbsCodataInfo
impl Eq for AbsCodataInfo
Source§impl PartialEq for AbsCodataInfo
impl PartialEq for AbsCodataInfo
Source§fn eq(&self, other: &AbsCodataInfo) -> bool
fn eq(&self, other: &AbsCodataInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AbsCodataInfo
Auto Trait Implementations§
impl Freeze for AbsCodataInfo
impl RefUnwindSafe for AbsCodataInfo
impl Send for AbsCodataInfo
impl Sync for AbsCodataInfo
impl Unpin for AbsCodataInfo
impl UnsafeUnpin for AbsCodataInfo
impl UnwindSafe for AbsCodataInfo
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