pub enum NestedAttributeOwner {
Code,
RecordComponent,
}Expand description
Legal owners for attributes nested inside structured attribute bodies.
Variants§
Trait Implementations§
Source§impl Clone for NestedAttributeOwner
impl Clone for NestedAttributeOwner
Source§fn clone(&self) -> NestedAttributeOwner
fn clone(&self) -> NestedAttributeOwner
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 NestedAttributeOwner
Source§impl Debug for NestedAttributeOwner
impl Debug for NestedAttributeOwner
impl Eq for NestedAttributeOwner
Source§impl PartialEq for NestedAttributeOwner
impl PartialEq for NestedAttributeOwner
impl StructuralPartialEq for NestedAttributeOwner
Auto Trait Implementations§
impl Freeze for NestedAttributeOwner
impl RefUnwindSafe for NestedAttributeOwner
impl Send for NestedAttributeOwner
impl Sync for NestedAttributeOwner
impl Unpin for NestedAttributeOwner
impl UnsafeUnpin for NestedAttributeOwner
impl UnwindSafe for NestedAttributeOwner
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