pub struct GetPostsBuilder<'a, S: State = Empty> { /* private fields */ }Expand description
Use builder syntax to set the inputs and finish with build().
Implementations§
Auto Trait Implementations§
impl<'a, S> Freeze for GetPostsBuilder<'a, S>
impl<'a, S> RefUnwindSafe for GetPostsBuilder<'a, S>
impl<'a, S> Send for GetPostsBuilder<'a, S>
impl<'a, S> Sync for GetPostsBuilder<'a, S>
impl<'a, S> Unpin for GetPostsBuilder<'a, S>
impl<'a, S> UnwindSafe for GetPostsBuilder<'a, S>
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