Enum bin_prot_checker::Test
source · [−]pub(crate) enum Test {
Nat0(Vec<()>),
Bool(bool),
Int(i32),
Int32(i32),
Int64(i64),
Enum(E),
Record(S),
Variant(V),
}
Variants
Nat0(Vec<()>)
Bool(bool)
Int(i32)
Int32(i32)
Int64(i64)
Enum(E)
Record(S)
Variant(V)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Test
impl Send for Test
impl Sync for Test
impl Unpin for Test
impl UnwindSafe for Test
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more