pub struct CheckinOptions {
pub expected_version: Option<i64>,
pub force: bool,
}Fields§
§expected_version: Option<i64>§force: boolTrait Implementations§
Source§impl Clone for CheckinOptions
impl Clone for CheckinOptions
Source§fn clone(&self) -> CheckinOptions
fn clone(&self) -> CheckinOptions
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 moreSource§impl Debug for CheckinOptions
impl Debug for CheckinOptions
Source§impl Default for CheckinOptions
impl Default for CheckinOptions
Source§fn default() -> CheckinOptions
fn default() -> CheckinOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CheckinOptions
impl RefUnwindSafe for CheckinOptions
impl Send for CheckinOptions
impl Sync for CheckinOptions
impl Unpin for CheckinOptions
impl UnsafeUnpin for CheckinOptions
impl UnwindSafe for CheckinOptions
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