pub struct ClusterHashFrame<'a> {
cluster: &'a <i32 as ColType>::Array,
isbn_hash: &'a <String as ColType>::Array,
isbn_dcode: &'a <i8 as ColType>::Array,
}
Fields§
§cluster: &'a <i32 as ColType>::Array
§isbn_hash: &'a <String as ColType>::Array
§isbn_dcode: &'a <i8 as ColType>::Array
Trait Implementations§
source§impl<'a> FrameStruct<'a, ClusterHash> for ClusterHashFrame<'a>
impl<'a> FrameStruct<'a, ClusterHash> for ClusterHashFrame<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ClusterHashFrame<'a>
impl<'a> Send for ClusterHashFrame<'a>
impl<'a> Sync for ClusterHashFrame<'a>
impl<'a> Unpin for ClusterHashFrame<'a>
impl<'a> !UnwindSafe for ClusterHashFrame<'a>
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