pub enum Binding4Runtime {
Struct(FunctionKey, bool, Option<Vec<i32>>),
Iface(usize, Option<Vec<i32>>),
}
Variants§
Trait Implementations§
Source§impl Clone for Binding4Runtime
impl Clone for Binding4Runtime
Source§fn clone(&self) -> Binding4Runtime
fn clone(&self) -> Binding4Runtime
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 Binding4Runtime
impl Debug for Binding4Runtime
Source§impl From<IfaceBinding> for Binding4Runtime
impl From<IfaceBinding> for Binding4Runtime
Source§fn from(item: IfaceBinding) -> Binding4Runtime
fn from(item: IfaceBinding) -> Binding4Runtime
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Binding4Runtime
impl RefUnwindSafe for Binding4Runtime
impl Send for Binding4Runtime
impl Sync for Binding4Runtime
impl Unpin for Binding4Runtime
impl UnwindSafe for Binding4Runtime
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