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