pub struct BytesTreeSource { /* private fields */ }Expand description
In-memory tree body, used by tests and stores that already hold the bytes.
Implementations§
Source§impl BytesTreeSource
impl BytesTreeSource
pub fn verified_placement(bytes: impl Into<Bytes>) -> BytesTreeSource
pub fn sequential_verify(bytes: impl Into<Bytes>) -> BytesTreeSource
Trait Implementations§
Source§impl Debug for BytesTreeSource
impl Debug for BytesTreeSource
Source§impl TreeByteSource for BytesTreeSource
impl TreeByteSource for BytesTreeSource
Auto Trait Implementations§
impl !Freeze for BytesTreeSource
impl RefUnwindSafe for BytesTreeSource
impl Send for BytesTreeSource
impl Sync for BytesTreeSource
impl Unpin for BytesTreeSource
impl UnsafeUnpin for BytesTreeSource
impl UnwindSafe for BytesTreeSource
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