pub struct RetrieveProjectParams {
pub project_id: String,
}
Fields§
§project_id: String
The ID of the project.
Implementations§
Trait Implementations§
Source§impl Clone for RetrieveProjectParams
impl Clone for RetrieveProjectParams
Source§fn clone(&self) -> RetrieveProjectParams
fn clone(&self) -> RetrieveProjectParams
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 RetrieveProjectParams
impl Debug for RetrieveProjectParams
Source§impl<'de> Deserialize<'de> for RetrieveProjectParams
impl<'de> Deserialize<'de> for RetrieveProjectParams
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 RetrieveProjectParams
impl PartialEq for RetrieveProjectParams
Source§impl Serialize for RetrieveProjectParams
impl Serialize for RetrieveProjectParams
impl StructuralPartialEq for RetrieveProjectParams
Auto Trait Implementations§
impl Freeze for RetrieveProjectParams
impl RefUnwindSafe for RetrieveProjectParams
impl Send for RetrieveProjectParams
impl Sync for RetrieveProjectParams
impl Unpin for RetrieveProjectParams
impl UnwindSafe for RetrieveProjectParams
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