[−][src]Struct tree_buf::internal::primitive::Opt
Trait Implementations
impl BatchData for Opt
[src]
fn write_batch(items: &[Self], bytes: &mut Vec<u8>)
[src]
fn read_batch(bytes: &[u8]) -> Vec<Self>
[src]
impl Clone for Opt
[src]
impl Copy for Opt
[src]
impl Debug for Opt
[src]
impl Default for Opt
[src]
impl Primitive for Opt
[src]
fn id() -> PrimitiveId
[src]
Auto Trait Implementations
impl RefUnwindSafe for Opt
impl Send for Opt
impl Sync for Opt
impl Unpin for Opt
impl UnwindSafe for Opt
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> BatchData for T where
T: IntFromU64,
[src]
T: IntFromU64,
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> Primitive for T where
T: IntFromU64,
[src]
T: IntFromU64,
fn id() -> PrimitiveId
[src]
impl<T> Readable for T where
T: Primitive + Copy,
[src]
T: Primitive + Copy,
type Reader = PrimitiveBuffer<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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Writable for T where
T: Primitive + Copy,
[src]
T: Primitive + Copy,