#[repr(transparent)]pub struct R2fHandshakeRootPayload(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
Source§impl Clone for R2fHandshakeRootPayload
impl Clone for R2fHandshakeRootPayload
Source§fn clone(&self) -> R2fHandshakeRootPayload
fn clone(&self) -> R2fHandshakeRootPayload
Returns a duplicate 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 R2fHandshakeRootPayload
impl Debug for R2fHandshakeRootPayload
Source§impl Default for R2fHandshakeRootPayload
impl Default for R2fHandshakeRootPayload
Source§fn default() -> R2fHandshakeRootPayload
fn default() -> R2fHandshakeRootPayload
Returns the “default value” for a type. Read more
Source§impl<'a> Follow<'a> for R2fHandshakeRootPayload
impl<'a> Follow<'a> for R2fHandshakeRootPayload
Source§impl Hash for R2fHandshakeRootPayload
impl Hash for R2fHandshakeRootPayload
Source§impl Ord for R2fHandshakeRootPayload
impl Ord for R2fHandshakeRootPayload
Source§fn cmp(&self, other: &R2fHandshakeRootPayload) -> Ordering
fn cmp(&self, other: &R2fHandshakeRootPayload) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for R2fHandshakeRootPayload
impl PartialEq for R2fHandshakeRootPayload
Source§impl PartialOrd for R2fHandshakeRootPayload
impl PartialOrd for R2fHandshakeRootPayload
Source§impl Push for R2fHandshakeRootPayload
impl Push for R2fHandshakeRootPayload
Source§impl<'a> Verifiable for R2fHandshakeRootPayload
impl<'a> Verifiable for R2fHandshakeRootPayload
Source§fn run_verifier(
v: &mut Verifier<'_, '_>,
pos: usize,
) -> Result<(), InvalidFlatbuffer>
fn run_verifier( v: &mut Verifier<'_, '_>, pos: usize, ) -> Result<(), InvalidFlatbuffer>
Runs the verifier for this type, assuming its at position
pos
in the verifier’s buffer.
Should not need to be called directly.impl Copy for R2fHandshakeRootPayload
impl Eq for R2fHandshakeRootPayload
impl SimpleToVerifyInSlice for R2fHandshakeRootPayload
impl StructuralPartialEq for R2fHandshakeRootPayload
Auto Trait Implementations§
impl Freeze for R2fHandshakeRootPayload
impl RefUnwindSafe for R2fHandshakeRootPayload
impl Send for R2fHandshakeRootPayload
impl Sync for R2fHandshakeRootPayload
impl Unpin for R2fHandshakeRootPayload
impl UnwindSafe for R2fHandshakeRootPayload
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