Enum mercury_cli::MercuryAccessKey
source · pub enum MercuryAccessKey {
Jwt(String),
Key(String),
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for MercuryAccessKey
impl RefUnwindSafe for MercuryAccessKey
impl Send for MercuryAccessKey
impl Sync for MercuryAccessKey
impl Unpin for MercuryAccessKey
impl UnwindSafe for MercuryAccessKey
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