pub struct BuildProviderGithub {}Implementations§
Source§impl BuildProviderGithub
impl BuildProviderGithub
pub fn build(self, stack: &mut Stack) -> ProviderGithub
Auto Trait Implementations§
impl Freeze for BuildProviderGithub
impl RefUnwindSafe for BuildProviderGithub
impl Send for BuildProviderGithub
impl Sync for BuildProviderGithub
impl Unpin for BuildProviderGithub
impl UnwindSafe for BuildProviderGithub
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