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