pub struct ExistsEmailLocalPartRequest {
pub local_part: String,
pub workspaced_local_part: Option<bool>,
pub trigger_path: Option<String>,
}
Fields§
§local_part: String
§workspaced_local_part: Option<bool>
§trigger_path: Option<String>
Implementations§
Source§impl ExistsEmailLocalPartRequest
impl ExistsEmailLocalPartRequest
pub fn new(local_part: String) -> ExistsEmailLocalPartRequest
Trait Implementations§
Source§impl Clone for ExistsEmailLocalPartRequest
impl Clone for ExistsEmailLocalPartRequest
Source§fn clone(&self) -> ExistsEmailLocalPartRequest
fn clone(&self) -> ExistsEmailLocalPartRequest
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 ExistsEmailLocalPartRequest
impl Debug for ExistsEmailLocalPartRequest
Source§impl Default for ExistsEmailLocalPartRequest
impl Default for ExistsEmailLocalPartRequest
Source§fn default() -> ExistsEmailLocalPartRequest
fn default() -> ExistsEmailLocalPartRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExistsEmailLocalPartRequest
impl<'de> Deserialize<'de> for ExistsEmailLocalPartRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for ExistsEmailLocalPartRequest
Auto Trait Implementations§
impl Freeze for ExistsEmailLocalPartRequest
impl RefUnwindSafe for ExistsEmailLocalPartRequest
impl Send for ExistsEmailLocalPartRequest
impl Sync for ExistsEmailLocalPartRequest
impl Unpin for ExistsEmailLocalPartRequest
impl UnwindSafe for ExistsEmailLocalPartRequest
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