pub struct Gitea { /* private fields */ }Implementations§
Trait Implementations§
Source§impl ServerApi for Gitea
impl ServerApi for Gitea
fn init<'life0, 'life1, 'async_trait>(
&'life0 mut self,
_cfg: &'life1 Config,
) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
fn push_release<'life0, 'life1, 'async_trait>(
&'life0 mut self,
_rc: &'life1 ReleaseContext,
) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
fn push_release_artifact<'life0, 'life1, 'async_trait>(
&'life0 mut self,
_rc: &'life1 ReleaseContext,
) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
fn push_pkg<'life0, 'life1, 'async_trait>(
&'life0 mut self,
_pc: &'life1 PublishContext,
) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
Auto Trait Implementations§
impl Freeze for Gitea
impl RefUnwindSafe for Gitea
impl Send for Gitea
impl Sync for Gitea
impl Unpin for Gitea
impl UnwindSafe for Gitea
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