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