pub struct SetRequest {
pub doc_id: NamespaceId,
pub author_id: AuthorId,
pub key: Bytes,
pub value: Bytes,
}
Fields§
§doc_id: NamespaceId
§key: Bytes
§value: Bytes
Trait Implementations§
Source§impl Channels<DocsService> for SetRequest
impl Channels<DocsService> for SetRequest
Source§impl Clone for SetRequest
impl Clone for SetRequest
Source§fn clone(&self) -> SetRequest
fn clone(&self) -> SetRequest
Returns a copy 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 Debug for SetRequest
impl Debug for SetRequest
Source§impl<'de> Deserialize<'de> for SetRequest
impl<'de> Deserialize<'de> for SetRequest
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 From<SetRequest> for DocsProtocol
impl From<SetRequest> for DocsProtocol
Source§fn from(value: SetRequest) -> Self
fn from(value: SetRequest) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for SetRequest
impl RefUnwindSafe for SetRequest
impl Send for SetRequest
impl Sync for SetRequest
impl Unpin for SetRequest
impl UnwindSafe for SetRequest
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