Struct sov_state::AccessoryWorkingSet
source · pub struct AccessoryWorkingSet<'a, S: Storage> { /* private fields */ }
Expand description
A wrapper over WorkingSet
that only allows access to the accessory
state (non-JMT state).
Auto Trait Implementations§
impl<'a, S> RefUnwindSafe for AccessoryWorkingSet<'a, S>where S: RefUnwindSafe, <S as Storage>::Witness: RefUnwindSafe,
impl<'a, S> Send for AccessoryWorkingSet<'a, S>where S: Send, <S as Storage>::Witness: Send,
impl<'a, S> Sync for AccessoryWorkingSet<'a, S>where S: Sync, <S as Storage>::Witness: Sync,
impl<'a, S> Unpin for AccessoryWorkingSet<'a, S>
impl<'a, S> !UnwindSafe for AccessoryWorkingSet<'a, S>
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