pub enum RenderAuthentication {
ApiKeyAuth {
api_key_auth: String,
},
}
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for RenderAuthentication
impl RefUnwindSafe for RenderAuthentication
impl Send for RenderAuthentication
impl Sync for RenderAuthentication
impl Unpin for RenderAuthentication
impl UnwindSafe for RenderAuthentication
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