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