pub struct BamlClass {
pub name: String,
pub fields: Vec<BamlField>,
pub description: Option<String>,
}Expand description
A parsed BAML class (→ Rust struct).
Fields§
§name: String§fields: Vec<BamlField>§description: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for BamlClass
impl RefUnwindSafe for BamlClass
impl Send for BamlClass
impl Sync for BamlClass
impl Unpin for BamlClass
impl UnsafeUnpin for BamlClass
impl UnwindSafe for BamlClass
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