pub struct OobCodeAction { /* private fields */ }Implementations§
Source§impl OobCodeAction
impl OobCodeAction
pub fn builder( action_type: OobCodeActionType, email: String, ) -> OobCodeActionBuilder
Trait Implementations§
Source§impl Clone for OobCodeAction
impl Clone for OobCodeAction
Source§fn clone(&self) -> OobCodeAction
fn clone(&self) -> OobCodeAction
Returns a duplicate 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 OobCodeAction
impl Debug for OobCodeAction
Source§impl Default for OobCodeAction
impl Default for OobCodeAction
Source§fn default() -> OobCodeAction
fn default() -> OobCodeAction
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OobCodeAction
impl RefUnwindSafe for OobCodeAction
impl Send for OobCodeAction
impl Sync for OobCodeAction
impl Unpin for OobCodeAction
impl UnwindSafe for OobCodeAction
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