pub struct TransportNotConfiguredComments;Trait Implementations§
Source§impl Clone for TransportNotConfiguredComments
impl Clone for TransportNotConfiguredComments
Source§fn clone(&self) -> TransportNotConfiguredComments
fn clone(&self) -> TransportNotConfiguredComments
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Comments for TransportNotConfiguredComments
impl Comments for TransportNotConfiguredComments
fn list_comments( &self, _issue: IssueId, _page: Option<PageRequest>, ) -> BoxFuture<'_, IssueResult<Page<Comment>>>
fn post_comment( &self, _issue: IssueId, _body: String, ) -> BoxFuture<'_, IssueResult<Comment>>
fn delete_comment(&self, _id: CommentId) -> BoxFuture<'_, IssueResult<()>>
Source§impl Default for TransportNotConfiguredComments
impl Default for TransportNotConfiguredComments
Source§fn default() -> TransportNotConfiguredComments
fn default() -> TransportNotConfiguredComments
Returns the “default value” for a type. Read more
impl Copy for TransportNotConfiguredComments
Auto Trait Implementations§
impl Freeze for TransportNotConfiguredComments
impl RefUnwindSafe for TransportNotConfiguredComments
impl Send for TransportNotConfiguredComments
impl Sync for TransportNotConfiguredComments
impl Unpin for TransportNotConfiguredComments
impl UnsafeUnpin for TransportNotConfiguredComments
impl UnwindSafe for TransportNotConfiguredComments
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