pub struct FetchParameters {
pub since: Option<Link<MemoIpld>>,
}
Expand description
The query parameters expected for the “fetch” API route
Fields§
§since: Option<Link<MemoIpld>>
This is the last revision of the “counterpart” sphere that is managed by the API host that the client is fetching from
Trait Implementations§
Source§impl Debug for FetchParameters
impl Debug for FetchParameters
Source§impl<'de> Deserialize<'de> for FetchParameters
impl<'de> Deserialize<'de> for FetchParameters
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
Auto Trait Implementations§
impl Freeze for FetchParameters
impl RefUnwindSafe for FetchParameters
impl Send for FetchParameters
impl Sync for FetchParameters
impl Unpin for FetchParameters
impl UnwindSafe for FetchParameters
Blanket Implementations§
Source§impl<T> Base64Encode for Twhere
T: DagJson,
impl<T> Base64Encode for Twhere
T: DagJson,
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