pub enum IfaceUnderlying {
None,
Gos(GosValue, Option<Rc<Vec<FunctionKey>>>),
Ffi(UnderlyingFfi),
}
Variants§
Trait Implementations§
Source§impl Clone for IfaceUnderlying
impl Clone for IfaceUnderlying
Source§fn clone(&self) -> IfaceUnderlying
fn clone(&self) -> IfaceUnderlying
Returns a duplicate 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 IfaceUnderlying
impl Debug for IfaceUnderlying
Source§impl PartialEq for IfaceUnderlying
impl PartialEq for IfaceUnderlying
impl Eq for IfaceUnderlying
Auto Trait Implementations§
impl Freeze for IfaceUnderlying
impl !RefUnwindSafe for IfaceUnderlying
impl !Send for IfaceUnderlying
impl !Sync for IfaceUnderlying
impl Unpin for IfaceUnderlying
impl !UnwindSafe for IfaceUnderlying
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