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