pub struct Implementation {
pub core_function_type: u32,
pub adapter_function_type: u32,
}Expand description
Represents an implementation.
Fields§
§core_function_type: u32The core function type.
adapter_function_type: u32The adapter function type.
Trait Implementations§
Source§impl Clone for Implementation
impl Clone for Implementation
Source§fn clone(&self) -> Implementation
fn clone(&self) -> Implementation
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 Implementation
impl Debug for Implementation
Source§impl Default for Implementation
impl Default for Implementation
Source§fn default() -> Implementation
fn default() -> Implementation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Implementation
impl<'de> Deserialize<'de> for Implementation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for Implementation
Source§impl Hash for Implementation
impl Hash for Implementation
Source§impl<'a> Parse<'a> for Implementation
impl<'a> Parse<'a> for Implementation
Source§impl PartialEq for Implementation
impl PartialEq for Implementation
Source§impl Serialize for Implementation
impl Serialize for Implementation
impl StructuralPartialEq for Implementation
Source§impl<W> ToBytes<W> for Implementationwhere
W: Write,
Encode an Implementation into bytes.
impl<W> ToBytes<W> for Implementationwhere
W: Write,
Encode an Implementation into bytes.
Decoder is in decoders::binary::implementations.
Auto Trait Implementations§
impl Freeze for Implementation
impl RefUnwindSafe for Implementation
impl Send for Implementation
impl Sync for Implementation
impl Unpin for Implementation
impl UnsafeUnpin for Implementation
impl UnwindSafe for Implementation
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