pub struct LocalIntentApi;Expand description
Direct operations for locally decidable, expirable reservations.
Implementations§
Auto Trait Implementations§
impl Freeze for LocalIntentApi
impl RefUnwindSafe for LocalIntentApi
impl Send for LocalIntentApi
impl Sync for LocalIntentApi
impl Unpin for LocalIntentApi
impl UnsafeUnpin for LocalIntentApi
impl UnwindSafe for LocalIntentApi
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