pub enum TypeRefResult {
QName(QNameRef),
Inline(Box<TypeFrameResult>),
}Expand description
Type reference result
Variants§
QName(QNameRef)
Inline(Box<TypeFrameResult>)
Trait Implementations§
Source§impl Clone for TypeRefResult
impl Clone for TypeRefResult
Source§fn clone(&self) -> TypeRefResult
fn clone(&self) -> TypeRefResult
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 TypeRefResult
impl RefUnwindSafe for TypeRefResult
impl Send for TypeRefResult
impl Sync for TypeRefResult
impl Unpin for TypeRefResult
impl UnsafeUnpin for TypeRefResult
impl UnwindSafe for TypeRefResult
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