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