Struct dinglebit_store::blob::SimpleBlob [−][src]
pub struct SimpleBlob { /* fields omitted */ }
Expand description
A simple Blob implementation.
Implementations
Trait Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Save the content of r into the storage system with the given key. Read more
Read the contents of the blob with the given key into the given writer. Read more
fn prefix(&mut self, prefix: &str) -> FileSystemIterⓘNotable traits for FileSystemIter
impl Iterator for FileSystemIter type Item = Result<SimpleBlob, Error>;
fn prefix(&mut self, prefix: &str) -> FileSystemIterⓘNotable traits for FileSystemIter
impl Iterator for FileSystemIter type Item = Result<SimpleBlob, Error>;
Find all blobs that have the given prefix and iterate over them. Read more
Similar to put_from but uses the give data instead of a reader. Read more
Similar to get_to but reads the contents into a byte vector.
Auto Trait Implementations
impl RefUnwindSafe for SimpleBlob
impl Send for SimpleBlob
impl Sync for SimpleBlob
impl Unpin for SimpleBlob
impl UnwindSafe for SimpleBlob