pub struct BatchWriteEntry {
pub path: String,
pub content: FileContent,
}Expand description
A batch write entry.
Fields§
§path: String§content: FileContentTrait Implementations§
Source§impl Clone for BatchWriteEntry
impl Clone for BatchWriteEntry
Source§fn clone(&self) -> BatchWriteEntry
fn clone(&self) -> BatchWriteEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BatchWriteEntry
impl Debug for BatchWriteEntry
impl Eq for BatchWriteEntry
Source§impl PartialEq for BatchWriteEntry
impl PartialEq for BatchWriteEntry
impl StructuralPartialEq for BatchWriteEntry
Auto Trait Implementations§
impl Freeze for BatchWriteEntry
impl RefUnwindSafe for BatchWriteEntry
impl Send for BatchWriteEntry
impl Sync for BatchWriteEntry
impl Unpin for BatchWriteEntry
impl UnsafeUnpin for BatchWriteEntry
impl UnwindSafe for BatchWriteEntry
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compares
self to key and returns true if they are equal.