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