pub enum SupportedRetType {
IntegerVec(SupportedCopyTy),
Integer(SupportedCopyTy),
Unit,
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SupportedRetType
impl RefUnwindSafe for SupportedRetType
impl Send for SupportedRetType
impl Sync for SupportedRetType
impl Unpin for SupportedRetType
impl UnwindSafe for SupportedRetType
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