pub struct ForumsThreadsEndpoint {
http_client: HttpClientRef,
}
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl ForumsThreadsEndpoint
impl ForumsThreadsEndpoint
pub fn post(&self) -> CreateForumThreadBuilder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ForumsThreadsEndpoint
impl !RefUnwindSafe for ForumsThreadsEndpoint
impl !Send for ForumsThreadsEndpoint
impl !Sync for ForumsThreadsEndpoint
impl Unpin for ForumsThreadsEndpoint
impl !UnwindSafe for ForumsThreadsEndpoint
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