pub struct OmittedItem {
pub kind: MultiGetItemKind,
pub locator: String,
pub path: String,
pub docid: String,
pub space: String,
pub size_bytes: usize,
pub reason: OmitReason,
}Fields§
§kind: MultiGetItemKind§locator: String§path: String§docid: String§space: String§size_bytes: usize§reason: OmitReasonTrait Implementations§
Source§impl Clone for OmittedItem
impl Clone for OmittedItem
Source§fn clone(&self) -> OmittedItem
fn clone(&self) -> OmittedItem
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 OmittedItem
impl Debug for OmittedItem
Source§impl<'de> Deserialize<'de> for OmittedItem
impl<'de> Deserialize<'de> for OmittedItem
Source§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
Source§impl PartialEq for OmittedItem
impl PartialEq for OmittedItem
Source§fn eq(&self, other: &OmittedItem) -> bool
fn eq(&self, other: &OmittedItem) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for OmittedItem
impl Serialize for OmittedItem
impl StructuralPartialEq for OmittedItem
Auto Trait Implementations§
impl Freeze for OmittedItem
impl RefUnwindSafe for OmittedItem
impl Send for OmittedItem
impl Sync for OmittedItem
impl Unpin for OmittedItem
impl UnsafeUnpin for OmittedItem
impl UnwindSafe for OmittedItem
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