pub struct FromDataType<V, B> {
pub validity: V,
pub branch: B,
}Fields§
§validity: V§branch: BImplementations§
Auto Trait Implementations§
impl<V, B> Freeze for FromDataType<V, B>
impl<V, B> RefUnwindSafe for FromDataType<V, B>where
V: RefUnwindSafe,
B: RefUnwindSafe,
impl<V, B> Send for FromDataType<V, B>
impl<V, B> Sync for FromDataType<V, B>
impl<V, B> Unpin for FromDataType<V, B>
impl<V, B> UnsafeUnpin for FromDataType<V, B>where
V: UnsafeUnpin,
B: UnsafeUnpin,
impl<V, B> UnwindSafe for FromDataType<V, B>where
V: UnwindSafe,
B: UnwindSafe,
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