pub struct OCABundleFTSRecord {
pub name: String,
pub description: String,
pub language_code: String,
pub oca_bundle_said: String,
}
Fields§
§name: String
§description: String
§language_code: String
§oca_bundle_said: String
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OCABundleFTSRecord
impl RefUnwindSafe for OCABundleFTSRecord
impl Send for OCABundleFTSRecord
impl Sync for OCABundleFTSRecord
impl Unpin for OCABundleFTSRecord
impl UnwindSafe for OCABundleFTSRecord
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