Struct bookdata::cli::cluster::author_gender::clusters::ClusterAuthorFrame
source · pub struct ClusterAuthorFrame<'a> {
cluster: &'a <i32 as ColType>::Array,
author_name: &'a <String as ColType>::Array,
}
Fields§
§cluster: &'a <i32 as ColType>::Array
Trait Implementations§
source§impl<'a> FrameStruct<'a, ClusterAuthor> for ClusterAuthorFrame<'a>
impl<'a> FrameStruct<'a, ClusterAuthor> for ClusterAuthorFrame<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ClusterAuthorFrame<'a>
impl<'a> Send for ClusterAuthorFrame<'a>
impl<'a> Sync for ClusterAuthorFrame<'a>
impl<'a> Unpin for ClusterAuthorFrame<'a>
impl<'a> !UnwindSafe for ClusterAuthorFrame<'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