Struct puffer::api::boards::get_posts_request
source · pub struct get_posts_request;
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for get_posts_request
impl Send for get_posts_request
impl Sync for get_posts_request
impl Unpin for get_posts_request
impl UnwindSafe for get_posts_request
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