Struct golem_rust::PersistenceLevelGuard
source · pub struct PersistenceLevelGuard { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PersistenceLevelGuard
impl RefUnwindSafe for PersistenceLevelGuard
impl Send for PersistenceLevelGuard
impl Sync for PersistenceLevelGuard
impl Unpin for PersistenceLevelGuard
impl UnwindSafe for PersistenceLevelGuard
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