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