Struct arrow_format::ipc::FixedSizeBinary
source · pub struct FixedSizeBinary {
pub byte_width: i32,
}
Fields§
§byte_width: i32
Implementations§
Trait Implementations§
source§impl Clone for FixedSizeBinary
impl Clone for FixedSizeBinary
source§fn clone(&self) -> FixedSizeBinary
fn clone(&self) -> FixedSizeBinary
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 moresource§impl Debug for FixedSizeBinary
impl Debug for FixedSizeBinary
source§impl<'de> Deserialize<'de> for FixedSizeBinary
impl<'de> Deserialize<'de> for FixedSizeBinary
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for FixedSizeBinary
impl PartialEq for FixedSizeBinary
source§fn eq(&self, other: &FixedSizeBinary) -> bool
fn eq(&self, other: &FixedSizeBinary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for FixedSizeBinary
impl Serialize for FixedSizeBinary
source§impl<'a> TryFrom<FixedSizeBinaryRef<'a>> for FixedSizeBinary
impl<'a> TryFrom<FixedSizeBinaryRef<'a>> for FixedSizeBinary
impl StructuralPartialEq for FixedSizeBinary
impl VectorWrite<Offset<FixedSizeBinary>> for FixedSizeBinary
impl WriteAs<Offset<FixedSizeBinary>> for FixedSizeBinary
impl WriteAsOffset<FixedSizeBinary> for FixedSizeBinary
impl WriteAsOptional<Offset<FixedSizeBinary>> for FixedSizeBinary
Auto Trait Implementations§
impl Freeze for FixedSizeBinary
impl RefUnwindSafe for FixedSizeBinary
impl Send for FixedSizeBinary
impl Sync for FixedSizeBinary
impl Unpin for FixedSizeBinary
impl UnwindSafe for FixedSizeBinary
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