Struct google_cloud_bigquery::storage::ipc::FixedSizeBinary
pub struct FixedSizeBinary<'a> {
pub _tab: Table<'a>,
}Fields§
§_tab: Table<'a>Implementations§
§impl<'a> FixedSizeBinary<'a>
impl<'a> FixedSizeBinary<'a>
pub const VT_BYTEWIDTH: u16 = 4u16
pub unsafe fn init_from_table(table: Table<'a>) -> FixedSizeBinary<'a>
pub fn create<'bldr, 'args, 'mut_bldr>( _fbb: &'mut_bldr mut FlatBufferBuilder<'bldr>, args: &'args FixedSizeBinaryArgs ) -> WIPOffset<FixedSizeBinary<'bldr>>where 'bldr: 'args, 'args: 'mut_bldr,
Trait Implementations§
§impl<'a> Clone for FixedSizeBinary<'a>
impl<'a> Clone for FixedSizeBinary<'a>
§fn clone(&self) -> FixedSizeBinary<'a>
fn clone(&self) -> FixedSizeBinary<'a>
Returns a copy 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 more§impl Debug for FixedSizeBinary<'_>
impl Debug for FixedSizeBinary<'_>
§impl<'a> Follow<'a> for FixedSizeBinary<'a>
impl<'a> Follow<'a> for FixedSizeBinary<'a>
type Inner = FixedSizeBinary<'a>
§impl<'a> PartialEq<FixedSizeBinary<'a>> for FixedSizeBinary<'a>
impl<'a> PartialEq<FixedSizeBinary<'a>> for FixedSizeBinary<'a>
§fn eq(&self, other: &FixedSizeBinary<'a>) -> bool
fn eq(&self, other: &FixedSizeBinary<'a>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.§impl Verifiable for FixedSizeBinary<'_>
impl Verifiable for FixedSizeBinary<'_>
§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<'a> Copy for FixedSizeBinary<'a>
impl<'a> StructuralPartialEq for FixedSizeBinary<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for FixedSizeBinary<'a>
impl<'a> Send for FixedSizeBinary<'a>
impl<'a> Sync for FixedSizeBinary<'a>
impl<'a> Unpin for FixedSizeBinary<'a>
impl<'a> UnwindSafe for FixedSizeBinary<'a>
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request