pub struct CheckinResult {
pub database_id: String,
pub data_version: i64,
pub s3_key: String,
pub forced: bool,
}Fields§
§database_id: String§data_version: i64§s3_key: String§forced: boolTrait Implementations§
Source§impl Clone for CheckinResult
impl Clone for CheckinResult
Source§fn clone(&self) -> CheckinResult
fn clone(&self) -> CheckinResult
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 CheckinResult
impl RefUnwindSafe for CheckinResult
impl Send for CheckinResult
impl Sync for CheckinResult
impl Unpin for CheckinResult
impl UnsafeUnpin for CheckinResult
impl UnwindSafe for CheckinResult
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