pub struct SetArguments { /* private fields */ }
Implementations§
Source§impl SetArguments
impl SetArguments
pub fn on_success_update_email( &mut self, id: impl Into<String>, ) -> &mut Email<Set>
pub fn on_success_update_email_id( &mut self, id: impl Into<String>, ) -> &mut Email<Set>
pub fn on_success_destroy_email(&mut self, id: impl Into<String>) -> &mut Self
pub fn on_success_destroy_email_id( &mut self, id: impl Into<String>, ) -> &mut Self
Trait Implementations§
Source§impl Clone for SetArguments
impl Clone for SetArguments
Source§fn clone(&self) -> SetArguments
fn clone(&self) -> SetArguments
Returns a copy 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 moreSource§impl Debug for SetArguments
impl Debug for SetArguments
Source§impl Default for SetArguments
impl Default for SetArguments
Source§fn default() -> SetArguments
fn default() -> SetArguments
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetArguments
impl RefUnwindSafe for SetArguments
impl Send for SetArguments
impl Sync for SetArguments
impl Unpin for SetArguments
impl UnwindSafe for SetArguments
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