pub struct ExportedCallable {
pub name: String,
pub local_slot: u16,
}Fields§
§name: String§local_slot: u16Trait Implementations§
Source§impl Clone for ExportedCallable
impl Clone for ExportedCallable
Source§fn clone(&self) -> ExportedCallable
fn clone(&self) -> ExportedCallable
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 moreSource§impl Debug for ExportedCallable
impl Debug for ExportedCallable
impl Eq for ExportedCallable
Source§impl Hash for ExportedCallable
impl Hash for ExportedCallable
Source§impl PartialEq for ExportedCallable
impl PartialEq for ExportedCallable
impl StructuralPartialEq for ExportedCallable
Auto Trait Implementations§
impl Freeze for ExportedCallable
impl RefUnwindSafe for ExportedCallable
impl Send for ExportedCallable
impl Sync for ExportedCallable
impl Unpin for ExportedCallable
impl UnsafeUnpin for ExportedCallable
impl UnwindSafe for ExportedCallable
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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.