pub struct isSponsorOptedIntoEmail;Trait Implementations§
Source§impl Field for isSponsorOptedIntoEmail
impl Field for isSponsorOptedIntoEmail
Auto Trait Implementations§
impl Freeze for isSponsorOptedIntoEmail
impl RefUnwindSafe for isSponsorOptedIntoEmail
impl Send for isSponsorOptedIntoEmail
impl Sync for isSponsorOptedIntoEmail
impl Unpin for isSponsorOptedIntoEmail
impl UnwindSafe for isSponsorOptedIntoEmail
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