pub enum AttributeGroupRef {
Resolved(AttributeGroupKey),
Unresolved {
namespace: Option<NameId>,
local_name: NameId,
},
}Expand description
Reference to an attribute group
Variants§
Trait Implementations§
Source§impl Clone for AttributeGroupRef
impl Clone for AttributeGroupRef
Source§fn clone(&self) -> AttributeGroupRef
fn clone(&self) -> AttributeGroupRef
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 moreAuto Trait Implementations§
impl Freeze for AttributeGroupRef
impl RefUnwindSafe for AttributeGroupRef
impl Send for AttributeGroupRef
impl Sync for AttributeGroupRef
impl Unpin for AttributeGroupRef
impl UnsafeUnpin for AttributeGroupRef
impl UnwindSafe for AttributeGroupRef
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