pub struct OpenStoreRequest {
pub kind: Bytes,
pub path: Option<Bytes>,
pub meta: Option<BTreeMap<Bytes, Value>>,
}Fields§
§kind: Bytes§path: Option<Bytes>§meta: Option<BTreeMap<Bytes, Value>>Trait Implementations§
Source§impl Clone for OpenStoreRequest
impl Clone for OpenStoreRequest
Source§fn clone(&self) -> OpenStoreRequest
fn clone(&self) -> OpenStoreRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for OpenStoreRequest
impl<'de> Deserialize<'de> for OpenStoreRequest
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 Ord for OpenStoreRequest
impl Ord for OpenStoreRequest
Source§fn cmp(&self, other: &OpenStoreRequest) -> Ordering
fn cmp(&self, other: &OpenStoreRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OpenStoreRequest
impl PartialEq for OpenStoreRequest
Source§impl PartialOrd for OpenStoreRequest
impl PartialOrd for OpenStoreRequest
Source§impl Serialize for OpenStoreRequest
impl Serialize for OpenStoreRequest
impl Eq for OpenStoreRequest
impl StructuralPartialEq for OpenStoreRequest
Auto Trait Implementations§
impl !Freeze for OpenStoreRequest
impl RefUnwindSafe for OpenStoreRequest
impl Send for OpenStoreRequest
impl Sync for OpenStoreRequest
impl Unpin for OpenStoreRequest
impl UnwindSafe for OpenStoreRequest
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