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