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