pub struct MailAppCreate {
pub name: String,
pub project_id: String,
pub domain: String,
pub aws_region: Option<String>,
}Fields§
§name: String§project_id: String§domain: String§aws_region: Option<String>Trait Implementations§
Source§impl Clone for MailAppCreate
impl Clone for MailAppCreate
Source§fn clone(&self) -> MailAppCreate
fn clone(&self) -> MailAppCreate
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 MailAppCreate
impl Debug for MailAppCreate
Auto Trait Implementations§
impl Freeze for MailAppCreate
impl RefUnwindSafe for MailAppCreate
impl Send for MailAppCreate
impl Sync for MailAppCreate
impl Unpin for MailAppCreate
impl UnsafeUnpin for MailAppCreate
impl UnwindSafe for MailAppCreate
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