pub struct CreateProjectUserParams {
pub project_id: String,
}
Fields§
§project_id: String
The ID of the project.
Implementations§
Trait Implementations§
Source§impl Clone for CreateProjectUserParams
impl Clone for CreateProjectUserParams
Source§fn clone(&self) -> CreateProjectUserParams
fn clone(&self) -> CreateProjectUserParams
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CreateProjectUserParams
impl Debug for CreateProjectUserParams
Source§impl<'de> Deserialize<'de> for CreateProjectUserParams
impl<'de> Deserialize<'de> for CreateProjectUserParams
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
Source§impl PartialEq for CreateProjectUserParams
impl PartialEq for CreateProjectUserParams
Source§fn eq(&self, other: &CreateProjectUserParams) -> bool
fn eq(&self, other: &CreateProjectUserParams) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for CreateProjectUserParams
impl Serialize for CreateProjectUserParams
impl StructuralPartialEq for CreateProjectUserParams
Auto Trait Implementations§
impl Freeze for CreateProjectUserParams
impl RefUnwindSafe for CreateProjectUserParams
impl Send for CreateProjectUserParams
impl Sync for CreateProjectUserParams
impl Unpin for CreateProjectUserParams
impl UnwindSafe for CreateProjectUserParams
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