Struct axum_github_webhook_extract::GithubToken
source · pub struct GithubToken(pub Arc<String>);Expand description
State to provide the Github Token to verify Event signature.
Tuple Fields§
§0: Arc<String>Trait Implementations§
source§impl Clone for GithubToken
impl Clone for GithubToken
source§fn clone(&self) -> GithubToken
fn clone(&self) -> GithubToken
Returns a copy 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 moreAuto Trait Implementations§
impl RefUnwindSafe for GithubToken
impl Send for GithubToken
impl Sync for GithubToken
impl Unpin for GithubToken
impl UnwindSafe for GithubToken
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