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 Debug for Implementation
impl Debug 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<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.
Source§impl<'input> ToString for &Implementation
Encode an Implementation into a string.
impl<'input> ToString for &Implementation
Encode an Implementation into a string.
impl StructuralPartialEq for Implementation
Auto Trait Implementations§
impl Freeze for Implementation
impl RefUnwindSafe for Implementation
impl Send for Implementation
impl Sync for Implementation
impl Unpin 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