pub struct RestoreInput {
pub message: Option<String>,
}
Expand description
The RestoreInput
entity contains information for restoring a change.
Fields§
§message: Option<String>
Message to be added as review comment to the change when restoring the change.
Trait Implementations§
Source§impl Debug for RestoreInput
impl Debug for RestoreInput
Source§impl<'de> Deserialize<'de> for RestoreInput
impl<'de> Deserialize<'de> for RestoreInput
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 RestoreInput
impl RefUnwindSafe for RestoreInput
impl Send for RestoreInput
impl Sync for RestoreInput
impl Unpin for RestoreInput
impl UnwindSafe for RestoreInput
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