pub struct CommentsEndpoint { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for CommentsEndpoint
impl RefUnwindSafe for CommentsEndpoint
impl Send for CommentsEndpoint
impl Sync for CommentsEndpoint
impl Unpin for CommentsEndpoint
impl UnwindSafe for CommentsEndpoint
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