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