pub struct StoreSsa;
Trait Implementations§
impl OperationArguments for StoreSsa
Auto Trait Implementations§
impl Freeze for StoreSsa
impl RefUnwindSafe for StoreSsa
impl Send for StoreSsa
impl Sync for StoreSsa
impl Unpin for StoreSsa
impl UnwindSafe for StoreSsa
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