pub struct ArchiveResult {
pub id: String,
pub size_bytes: u64,
pub created_at: String,
}Fields§
§id: String§size_bytes: u64§created_at: StringTrait Implementations§
Source§impl Clone for ArchiveResult
impl Clone for ArchiveResult
Source§fn clone(&self) -> ArchiveResult
fn clone(&self) -> ArchiveResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ArchiveResult
impl RefUnwindSafe for ArchiveResult
impl Send for ArchiveResult
impl Sync for ArchiveResult
impl Unpin for ArchiveResult
impl UnsafeUnpin for ArchiveResult
impl UnwindSafe for ArchiveResult
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