pub struct TypedCaseWhen {
pub when: TypedExpr,
pub then: TypedExpr,
}Fields§
§when: TypedExpr§then: TypedExprTrait Implementations§
Source§impl Clone for TypedCaseWhen
impl Clone for TypedCaseWhen
Source§fn clone(&self) -> TypedCaseWhen
fn clone(&self) -> TypedCaseWhen
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TypedCaseWhen
impl RefUnwindSafe for TypedCaseWhen
impl Send for TypedCaseWhen
impl Sync for TypedCaseWhen
impl Unpin for TypedCaseWhen
impl UnsafeUnpin for TypedCaseWhen
impl UnwindSafe for TypedCaseWhen
Blanket Implementations§
impl<T> Allocation for T
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