Struct fluid_parser::ast::CommentProps
source · pub struct CommentProps {
pub in_source: Option<bool>,
pub in_header: Option<bool>,
}
Fields§
§in_source: Option<bool>
§in_header: Option<bool>
Trait Implementations§
source§impl Debug for CommentProps
impl Debug for CommentProps
source§impl Default for CommentProps
impl Default for CommentProps
source§fn default() -> CommentProps
fn default() -> CommentProps
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CommentProps
impl Send for CommentProps
impl Sync for CommentProps
impl Unpin for CommentProps
impl UnwindSafe for CommentProps
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