pub struct SecretCreateReport {
    pub id: Option<String>,
}Available on crate feature 
v5 only.Fields§
§id: Option<String>Trait Implementations§
Source§impl Debug for SecretCreateReport
 
impl Debug for SecretCreateReport
Source§impl Default for SecretCreateReport
 
impl Default for SecretCreateReport
Source§fn default() -> SecretCreateReport
 
fn default() -> SecretCreateReport
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecretCreateReport
 
impl<'de> Deserialize<'de> for SecretCreateReport
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
Auto Trait Implementations§
impl Freeze for SecretCreateReport
impl RefUnwindSafe for SecretCreateReport
impl Send for SecretCreateReport
impl Sync for SecretCreateReport
impl Unpin for SecretCreateReport
impl UnwindSafe for SecretCreateReport
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