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