Struct notedealer::http_api::ApRetrievalParams
source · [−]Expand description
Query parameters for queries fetching ActivityPub objects by their id.
Fields
page: Option<u32>Trait Implementations
sourceimpl<'de> Deserialize<'de> for ApRetrievalParams
impl<'de> Deserialize<'de> for ApRetrievalParams
sourcefn 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
sourceimpl Serialize for ApRetrievalParams
impl Serialize for ApRetrievalParams
Auto Trait Implementations
impl RefUnwindSafe for ApRetrievalParams
impl Send for ApRetrievalParams
impl Sync for ApRetrievalParams
impl Unpin for ApRetrievalParams
impl UnwindSafe for ApRetrievalParams
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more