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