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