pub struct SecretRmReport {
pub err: Option<String>,
pub id: Option<String>,
}
Fields§
§err: Option<String>
§id: Option<String>
Trait Implementations§
Source§impl Clone for SecretRmReport
impl Clone for SecretRmReport
Source§fn clone(&self) -> SecretRmReport
fn clone(&self) -> SecretRmReport
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 SecretRmReport
impl Debug for SecretRmReport
Source§impl<'de> Deserialize<'de> for SecretRmReport
impl<'de> Deserialize<'de> for SecretRmReport
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 SecretRmReport
impl PartialEq for SecretRmReport
Source§impl Serialize for SecretRmReport
impl Serialize for SecretRmReport
impl StructuralPartialEq for SecretRmReport
Auto Trait Implementations§
impl Freeze for SecretRmReport
impl RefUnwindSafe for SecretRmReport
impl Send for SecretRmReport
impl Sync for SecretRmReport
impl Unpin for SecretRmReport
impl UnwindSafe for SecretRmReport
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