Enum tea_sdk::vmh::message::structs_proto::p2p::errand_execution_request::Key3
pub enum Key3 {
Key3Buf(Vec<u8>),
HasKey3(bool),
}
Variants§
Implementations§
§impl Key3
impl Key3
pub fn merge<B>(
field: &mut Option<Key3>,
tag: u32,
wire_type: WireType,
buf: &mut B,
ctx: DecodeContext
) -> Result<(), DecodeError>where
B: Buf,
pub fn merge<B>( field: &mut Option<Key3>, tag: u32, wire_type: WireType, buf: &mut B, ctx: DecodeContext ) -> Result<(), DecodeError>where B: Buf,
Decodes an instance of the message from a buffer, and merges it into self.
pub fn encoded_len(&self) -> usize
pub fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Key3
impl Send for Key3
impl Sync for Key3
impl Unpin for Key3
impl UnwindSafe for Key3
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