pub struct FlatRecord {
pub name: String,
pub type: String,
pub namespace: Option<String>,
pub fields: Vec<FlatField>,
}
Fields§
§name: String
§type: String
§namespace: Option<String>
§fields: Vec<FlatField>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlatRecord
impl RefUnwindSafe for FlatRecord
impl Send for FlatRecord
impl Sync for FlatRecord
impl Unpin for FlatRecord
impl UnwindSafe for FlatRecord
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