pub struct ProjectLogActionPayload {
pub old_secret_version: String,
pub new_secret_version: String,
}
Fields§
§old_secret_version: String
§new_secret_version: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ProjectLogActionPayload
impl<'de> Deserialize<'de> for ProjectLogActionPayload
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 ProjectLogActionPayload
impl RefUnwindSafe for ProjectLogActionPayload
impl Send for ProjectLogActionPayload
impl Sync for ProjectLogActionPayload
impl Unpin for ProjectLogActionPayload
impl UnwindSafe for ProjectLogActionPayload
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