pub struct ShLIOperationBuilder<'c, T0, T1> { /* private fields */ }
Expand description
A builder for a shli
operation.
Implementations§
source§impl<'c> ShLIOperationBuilder<'c, Unset, Unset>
impl<'c> ShLIOperationBuilder<'c, Unset, Unset>
source§impl<'c, T1> ShLIOperationBuilder<'c, Unset, T1>
impl<'c, T1> ShLIOperationBuilder<'c, Unset, T1>
pub fn lhs(self, lhs: Value<'c, '_>) -> ShLIOperationBuilder<'c, Set, T1>
source§impl<'c, T0> ShLIOperationBuilder<'c, T0, Unset>
impl<'c, T0> ShLIOperationBuilder<'c, T0, Unset>
pub fn rhs(self, rhs: Value<'c, '_>) -> ShLIOperationBuilder<'c, T0, Set>
source§impl<'c> ShLIOperationBuilder<'c, Set, Set>
impl<'c> ShLIOperationBuilder<'c, Set, Set>
pub fn build(self) -> ShLIOperation<'c>
Auto Trait Implementations§
impl<'c, T0, T1> RefUnwindSafe for ShLIOperationBuilder<'c, T0, T1>where
T0: RefUnwindSafe,
T1: RefUnwindSafe,
impl<'c, T0, T1> !Send for ShLIOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> !Sync for ShLIOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> Unpin for ShLIOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> UnwindSafe for ShLIOperationBuilder<'c, T0, T1>where
T0: UnwindSafe,
T1: UnwindSafe,
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