Enum rupta::mir::context::HybridCtxElem
source · pub enum HybridCtxElem {
CallSite(BaseCallSite),
Object(Rc<Path>),
}Variants§
CallSite(BaseCallSite)
Object(Rc<Path>)
Trait Implementations§
source§impl Clone for HybridCtxElem
impl Clone for HybridCtxElem
source§fn clone(&self) -> HybridCtxElem
fn clone(&self) -> HybridCtxElem
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for HybridCtxElem
impl Debug for HybridCtxElem
source§impl Hash for HybridCtxElem
impl Hash for HybridCtxElem
source§impl PartialEq for HybridCtxElem
impl PartialEq for HybridCtxElem
source§fn eq(&self, other: &HybridCtxElem) -> bool
fn eq(&self, other: &HybridCtxElem) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl ContextElement for HybridCtxElem
impl Eq for HybridCtxElem
impl StructuralPartialEq for HybridCtxElem
Auto Trait Implementations§
impl RefUnwindSafe for HybridCtxElem
impl !Send for HybridCtxElem
impl !Sync for HybridCtxElem
impl Unpin for HybridCtxElem
impl UnwindSafe for HybridCtxElem
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.