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