pub struct FmtpParam(/* private fields */);Expand description
An crate::FmtpParam builder.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FmtpParam
impl RefUnwindSafe for FmtpParam
impl Send for FmtpParam
impl Sync for FmtpParam
impl Unpin for FmtpParam
impl UnsafeUnpin for FmtpParam
impl UnwindSafe for FmtpParam
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