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