pub struct DeleteOneProject {
pub group_id: String,
}
Fields§
§group_id: String
Trait Implementations§
Source§impl Debug for DeleteOneProject
impl Debug for DeleteOneProject
Source§impl Endpoint for DeleteOneProject
impl Endpoint for DeleteOneProject
type Data = DeleteOneProjectData
type Error = Error
fn method() -> Method
fn path(&self) -> Cow<'static, str>
fn body(&self) -> Result<Option<Vec<u8>>, Self::Error>
fn get_data<'async_trait>(
res: Response,
) -> Pin<Box<dyn Future<Output = Result<Self::Data, Self::Error>> + Send + 'async_trait>>where
Self: 'async_trait,
Auto Trait Implementations§
impl Freeze for DeleteOneProject
impl RefUnwindSafe for DeleteOneProject
impl Send for DeleteOneProject
impl Sync for DeleteOneProject
impl Unpin for DeleteOneProject
impl UnwindSafe for DeleteOneProject
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