pub struct TeamId<'a>(pub &'a str);Expand description
The 10 character team ID.
It is used as the issuer value in the claims payload of a JWT.
Tuple Fields§
§0: &'a strTrait Implementations§
impl<'a> Eq for TeamId<'a>
impl<'a> StructuralPartialEq for TeamId<'a>
Auto Trait Implementations§
impl<'a> Freeze for TeamId<'a>
impl<'a> RefUnwindSafe for TeamId<'a>
impl<'a> Send for TeamId<'a>
impl<'a> Sync for TeamId<'a>
impl<'a> Unpin for TeamId<'a>
impl<'a> UnwindSafe for TeamId<'a>
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