pub struct GetProjectEmailParams {
pub project_id: i64,
}
Expand description
struct for passing parameters to the method get_project_email
Fields§
§project_id: i64
The project ID.
Trait Implementations§
Source§impl Clone for GetProjectEmailParams
impl Clone for GetProjectEmailParams
Source§fn clone(&self) -> GetProjectEmailParams
fn clone(&self) -> GetProjectEmailParams
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 GetProjectEmailParams
impl Debug for GetProjectEmailParams
Source§impl Default for GetProjectEmailParams
impl Default for GetProjectEmailParams
Source§fn default() -> GetProjectEmailParams
fn default() -> GetProjectEmailParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetProjectEmailParams
impl RefUnwindSafe for GetProjectEmailParams
impl Send for GetProjectEmailParams
impl Sync for GetProjectEmailParams
impl Unpin for GetProjectEmailParams
impl UnwindSafe for GetProjectEmailParams
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