[−][src]Struct tree_buf::internal::primitive::Struct
Trait Implementations
impl BatchData for Struct
[src]
fn write_batch(_items: &[Self], _bytes: &mut Vec<u8>)
[src]
fn read_batch(bytes: &[u8]) -> Vec<Self>
[src]
impl Clone for Struct
[src]
impl Copy for Struct
[src]
impl Debug for Struct
[src]
impl Default for Struct
[src]
impl Primitive for Struct
[src]
fn id() -> PrimitiveId
[src]
Auto Trait Implementations
impl RefUnwindSafe for Struct
impl Send for Struct
impl Sync for Struct
impl Unpin for Struct
impl UnwindSafe for Struct
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,