pub struct WriteServerContextResponse {
pub id: Option<Bytes>,
pub meta: Option<BTreeMap<Bytes, Value>>,
}
Fields§
§id: Option<Bytes>
§meta: Option<BTreeMap<Bytes, Value>>
Trait Implementations§
Source§impl Clone for WriteServerContextResponse
impl Clone for WriteServerContextResponse
Source§fn clone(&self) -> WriteServerContextResponse
fn clone(&self) -> WriteServerContextResponse
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 WriteServerContextResponse
impl<'de> Deserialize<'de> for WriteServerContextResponse
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 WriteServerContextResponse
impl Ord for WriteServerContextResponse
Source§fn cmp(&self, other: &WriteServerContextResponse) -> Ordering
fn cmp(&self, other: &WriteServerContextResponse) -> 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 PartialOrd for WriteServerContextResponse
impl PartialOrd for WriteServerContextResponse
impl Eq for WriteServerContextResponse
impl StructuralPartialEq for WriteServerContextResponse
Auto Trait Implementations§
impl !Freeze for WriteServerContextResponse
impl RefUnwindSafe for WriteServerContextResponse
impl Send for WriteServerContextResponse
impl Sync for WriteServerContextResponse
impl Unpin for WriteServerContextResponse
impl UnwindSafe for WriteServerContextResponse
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