pub struct GetDownloadPolicyRequest {
pub doc_id: NamespaceId,
}
Available on crate feature
rpc
only.Expand description
Get a download policy
Fields§
§doc_id: NamespaceId
The document id
Trait Implementations§
Source§impl Debug for GetDownloadPolicyRequest
impl Debug for GetDownloadPolicyRequest
Source§impl<'de> Deserialize<'de> for GetDownloadPolicyRequest
impl<'de> Deserialize<'de> for GetDownloadPolicyRequest
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<GetDownloadPolicyRequest> for Request
impl From<GetDownloadPolicyRequest> for Request
Source§fn from(value: GetDownloadPolicyRequest) -> Self
fn from(value: GetDownloadPolicyRequest) -> Self
Converts to this type from the input type.
Source§impl RpcMsg<RpcService> for GetDownloadPolicyRequest
impl RpcMsg<RpcService> for GetDownloadPolicyRequest
Source§impl Serialize for GetDownloadPolicyRequest
impl Serialize for GetDownloadPolicyRequest
Source§impl<'a> TryFrom<&'a Request> for &'a GetDownloadPolicyRequest
impl<'a> TryFrom<&'a Request> for &'a GetDownloadPolicyRequest
Auto Trait Implementations§
impl Freeze for GetDownloadPolicyRequest
impl RefUnwindSafe for GetDownloadPolicyRequest
impl Send for GetDownloadPolicyRequest
impl Sync for GetDownloadPolicyRequest
impl Unpin for GetDownloadPolicyRequest
impl UnwindSafe for GetDownloadPolicyRequest
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