#[repr(transparent)]pub struct ValuesOrEvents(pub u8);Tuple Fields§
§0: u8Implementations§
Trait Implementations§
Source§impl Clone for ValuesOrEvents
impl Clone for ValuesOrEvents
Source§fn clone(&self) -> ValuesOrEvents
fn clone(&self) -> ValuesOrEvents
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 ValuesOrEvents
impl Debug for ValuesOrEvents
Source§impl Default for ValuesOrEvents
impl Default for ValuesOrEvents
Source§fn default() -> ValuesOrEvents
fn default() -> ValuesOrEvents
Returns the “default value” for a type. Read more
Source§impl EndianScalar for ValuesOrEvents
impl EndianScalar for ValuesOrEvents
Source§impl<'a> Follow<'a> for ValuesOrEvents
impl<'a> Follow<'a> for ValuesOrEvents
Source§impl Hash for ValuesOrEvents
impl Hash for ValuesOrEvents
Source§impl Ord for ValuesOrEvents
impl Ord for ValuesOrEvents
Source§fn cmp(&self, other: &ValuesOrEvents) -> Ordering
fn cmp(&self, other: &ValuesOrEvents) -> 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 ValuesOrEvents
impl PartialEq for ValuesOrEvents
Source§impl PartialOrd for ValuesOrEvents
impl PartialOrd for ValuesOrEvents
Source§impl Push for ValuesOrEvents
impl Push for ValuesOrEvents
Source§impl<'a> Verifiable for ValuesOrEvents
impl<'a> Verifiable for ValuesOrEvents
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 ValuesOrEvents
impl Eq for ValuesOrEvents
impl SimpleToVerifyInSlice for ValuesOrEvents
impl StructuralPartialEq for ValuesOrEvents
Auto Trait Implementations§
impl Freeze for ValuesOrEvents
impl RefUnwindSafe for ValuesOrEvents
impl Send for ValuesOrEvents
impl Sync for ValuesOrEvents
impl Unpin for ValuesOrEvents
impl UnwindSafe for ValuesOrEvents
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