pub struct UpdateCertificateOutput {
pub name: Option<String>,
}Fields§
§name: Option<String>Implementations§
Source§impl UpdateCertificateOutput
impl UpdateCertificateOutput
pub fn new() -> UpdateCertificateOutput
Trait Implementations§
Source§impl Clone for UpdateCertificateOutput
impl Clone for UpdateCertificateOutput
Source§fn clone(&self) -> UpdateCertificateOutput
fn clone(&self) -> UpdateCertificateOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpdateCertificateOutput
impl Debug for UpdateCertificateOutput
Source§impl Default for UpdateCertificateOutput
impl Default for UpdateCertificateOutput
Source§fn default() -> UpdateCertificateOutput
fn default() -> UpdateCertificateOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateCertificateOutput
impl<'de> Deserialize<'de> for UpdateCertificateOutput
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 UpdateCertificateOutput
impl PartialEq for UpdateCertificateOutput
Source§fn eq(&self, other: &UpdateCertificateOutput) -> bool
fn eq(&self, other: &UpdateCertificateOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UpdateCertificateOutput
impl Serialize for UpdateCertificateOutput
impl StructuralPartialEq for UpdateCertificateOutput
Auto Trait Implementations§
impl Freeze for UpdateCertificateOutput
impl RefUnwindSafe for UpdateCertificateOutput
impl Send for UpdateCertificateOutput
impl Sync for UpdateCertificateOutput
impl Unpin for UpdateCertificateOutput
impl UnsafeUnpin for UpdateCertificateOutput
impl UnwindSafe for UpdateCertificateOutput
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