pub struct UpdateParams {
pub ttl: Option<bool>,
}Expand description
Parameters for updating a Sync Map
Fields§
§ttl: Option<bool>Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpdateParams
impl RefUnwindSafe for UpdateParams
impl Send for UpdateParams
impl Sync for UpdateParams
impl Unpin for UpdateParams
impl UnsafeUnpin for UpdateParams
impl UnwindSafe for UpdateParams
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