pub enum TestValue {
Int(u64),
}Variants§
Auto Trait Implementations§
impl Freeze for TestValue
impl RefUnwindSafe for TestValue
impl Send for TestValue
impl Sync for TestValue
impl Unpin for TestValue
impl UnsafeUnpin for TestValue
impl UnwindSafe for TestValue
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