pub struct ResendConfig {
pub api_key: String,
}Expand description
Resend-specific configuration.
Fields§
§api_key: StringResend API key.
Trait Implementations§
Source§impl Clone for ResendConfig
impl Clone for ResendConfig
Source§fn clone(&self) -> ResendConfig
fn clone(&self) -> ResendConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ResendConfig
impl RefUnwindSafe for ResendConfig
impl Send for ResendConfig
impl Sync for ResendConfig
impl Unpin for ResendConfig
impl UnsafeUnpin for ResendConfig
impl UnwindSafe for ResendConfig
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