pub struct UpdateFileOutput {
pub updated_at: u64,
}Fields§
§updated_at: u64Trait Implementations§
Source§impl CandidType for UpdateFileOutput
impl CandidType for UpdateFileOutput
Source§impl Clone for UpdateFileOutput
impl Clone for UpdateFileOutput
Source§fn clone(&self) -> UpdateFileOutput
fn clone(&self) -> UpdateFileOutput
Returns a duplicate 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 UpdateFileOutput
impl Debug for UpdateFileOutput
Source§impl Default for UpdateFileOutput
impl Default for UpdateFileOutput
Source§fn default() -> UpdateFileOutput
fn default() -> UpdateFileOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateFileOutput
impl<'de> Deserialize<'de> for UpdateFileOutput
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 UpdateFileOutput
impl RefUnwindSafe for UpdateFileOutput
impl Send for UpdateFileOutput
impl Sync for UpdateFileOutput
impl Unpin for UpdateFileOutput
impl UnwindSafe for UpdateFileOutput
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