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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for GithubToken
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