pub struct ActivateProjectCertificatesParams {
pub project_id: String,
}
Fields§
§project_id: String
The ID of the project.
Implementations§
Trait Implementations§
Source§impl Clone for ActivateProjectCertificatesParams
impl Clone for ActivateProjectCertificatesParams
Source§fn clone(&self) -> ActivateProjectCertificatesParams
fn clone(&self) -> ActivateProjectCertificatesParams
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<'de> Deserialize<'de> for ActivateProjectCertificatesParams
impl<'de> Deserialize<'de> for ActivateProjectCertificatesParams
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 ActivateProjectCertificatesParams
impl PartialEq for ActivateProjectCertificatesParams
Source§fn eq(&self, other: &ActivateProjectCertificatesParams) -> bool
fn eq(&self, other: &ActivateProjectCertificatesParams) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ActivateProjectCertificatesParams
Auto Trait Implementations§
impl Freeze for ActivateProjectCertificatesParams
impl RefUnwindSafe for ActivateProjectCertificatesParams
impl Send for ActivateProjectCertificatesParams
impl Sync for ActivateProjectCertificatesParams
impl Unpin for ActivateProjectCertificatesParams
impl UnwindSafe for ActivateProjectCertificatesParams
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