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