[−][src]Struct tree_buf::internal::types::nullable::Nullable
Trait Implementations
impl BatchData for Nullable
[src]
fn write_batch(items: &[Self], bytes: &mut Vec<u8>)
[src]
fn read_batch(bytes: &[u8]) -> Result<Vec<Self>, ReadError>
[src]
fn read_one(bytes: &[u8], offset: &mut usize) -> Result<Self, ReadError>
[src]
fn write_one(value: Self, bytes: &mut Vec<u8>)
[src]
impl Clone for Nullable
[src]
impl Copy for Nullable
[src]
impl Debug for Nullable
[src]
impl Default for Nullable
[src]
impl Primitive for Nullable
[src]
fn id() -> PrimitiveId
[src]
fn from_dyn_branch(_branch: DynBranch) -> Result<OneOrMany<Self>, ReadError>
[src]
impl Readable for Nullable
[src]
type Reader = PrimitiveReader<Nullable>
impl Wrapper for Nullable
[src]
type Inner = bool
fn write_batch(items: &[Self], bytes: &mut Vec<u8>)
[src]
fn read_batch(bytes: &[u8]) -> Result<Vec<Self>, ReadError>
[src]
impl<'a> Writable<'a> for Nullable
[src]
type Writer = PrimitiveBuffer<Nullable>
Auto Trait Implementations
impl RefUnwindSafe for Nullable
impl Send for Nullable
impl Sync for Nullable
impl Unpin for Nullable
impl UnwindSafe for Nullable
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,