Struct iroh_docs::rpc::proto::DropRequest
source · pub struct DropRequest {
pub doc_id: NamespaceId,
}
Available on crate feature
rpc
only.Expand description
Stop the live sync for a doc, and optionally delete the document.
Fields§
§doc_id: NamespaceId
The document id
Trait Implementations§
source§impl Debug for DropRequest
impl Debug for DropRequest
source§impl<'de> Deserialize<'de> for DropRequest
impl<'de> Deserialize<'de> for DropRequest
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<DropRequest> for Request
impl From<DropRequest> for Request
source§fn from(value: DropRequest) -> Self
fn from(value: DropRequest) -> Self
Converts to this type from the input type.
source§impl RpcMsg<RpcService> for DropRequest
impl RpcMsg<RpcService> for DropRequest
§type Response = Result<DropResponse, Error>
type Response = Result<DropResponse, Error>
The type for the response Read more
source§impl Serialize for DropRequest
impl Serialize for DropRequest
source§impl<'a> TryFrom<&'a Request> for &'a DropRequest
impl<'a> TryFrom<&'a Request> for &'a DropRequest
Auto Trait Implementations§
impl Freeze for DropRequest
impl RefUnwindSafe for DropRequest
impl Send for DropRequest
impl Sync for DropRequest
impl Unpin for DropRequest
impl UnwindSafe for DropRequest
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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