pub struct RiscSub { /* private fields */ }
Expand description
Builder for the RiscSub
operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RiscSub
impl RefUnwindSafe for RiscSub
impl Send for RiscSub
impl Sync for RiscSub
impl Unpin for RiscSub
impl UnwindSafe for RiscSub
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