pub struct DeleteNews { /* private fields */ }Expand description
The endpoint to delete a Redmine news item
Implementations§
Source§impl DeleteNews
impl DeleteNews
Sourcepub fn builder() -> DeleteNewsBuilder
pub fn builder() -> DeleteNewsBuilder
Create a builder for the endpoint.
Trait Implementations§
Source§impl Clone for DeleteNews
impl Clone for DeleteNews
Source§fn clone(&self) -> DeleteNews
fn clone(&self) -> DeleteNews
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeleteNews
impl Debug for DeleteNews
Source§impl Endpoint for DeleteNews
impl Endpoint for DeleteNews
Source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
Auto Trait Implementations§
impl Freeze for DeleteNews
impl RefUnwindSafe for DeleteNews
impl Send for DeleteNews
impl Sync for DeleteNews
impl Unpin for DeleteNews
impl UnwindSafe for DeleteNews
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