pub struct AttributeLocation {
pub owner: AttributeOwner,
pub order: usize,
}Expand description
Stable owner and order evidence for a retained attribute.
Fields§
§owner: AttributeOwnerAttribute owner.
order: usizeZero-based position within that owner’s attribute table.
Trait Implementations§
Source§impl Clone for AttributeLocation
impl Clone for AttributeLocation
Source§fn clone(&self) -> AttributeLocation
fn clone(&self) -> AttributeLocation
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 moreimpl Copy for AttributeLocation
Source§impl Debug for AttributeLocation
impl Debug for AttributeLocation
impl Eq for AttributeLocation
Source§impl PartialEq for AttributeLocation
impl PartialEq for AttributeLocation
impl StructuralPartialEq for AttributeLocation
Auto Trait Implementations§
impl Freeze for AttributeLocation
impl RefUnwindSafe for AttributeLocation
impl Send for AttributeLocation
impl Sync for AttributeLocation
impl Unpin for AttributeLocation
impl UnsafeUnpin for AttributeLocation
impl UnwindSafe for AttributeLocation
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