pub struct UpdateFileGenerationStop {
pub generation_id: i64,
}
Expand description
File generation is no longer needed
Fields§
§generation_id: i64
Unique identifier for the generation process
Trait Implementations§
Source§impl Clone for UpdateFileGenerationStop
impl Clone for UpdateFileGenerationStop
Source§fn clone(&self) -> UpdateFileGenerationStop
fn clone(&self) -> UpdateFileGenerationStop
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UpdateFileGenerationStop
impl Debug for UpdateFileGenerationStop
Source§impl Default for UpdateFileGenerationStop
impl Default for UpdateFileGenerationStop
Source§fn default() -> UpdateFileGenerationStop
fn default() -> UpdateFileGenerationStop
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateFileGenerationStop
impl<'de> Deserialize<'de> for UpdateFileGenerationStop
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 UpdateFileGenerationStop
impl PartialEq for UpdateFileGenerationStop
Source§impl Serialize for UpdateFileGenerationStop
impl Serialize for UpdateFileGenerationStop
impl StructuralPartialEq for UpdateFileGenerationStop
Auto Trait Implementations§
impl Freeze for UpdateFileGenerationStop
impl RefUnwindSafe for UpdateFileGenerationStop
impl Send for UpdateFileGenerationStop
impl Sync for UpdateFileGenerationStop
impl Unpin for UpdateFileGenerationStop
impl UnwindSafe for UpdateFileGenerationStop
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