Struct fluid_parser::ast::CommentProps
source · Fields
in_source: Option<bool>
in_header: Option<bool>
Trait Implementations
sourceimpl Debug for CommentProps
impl Debug for CommentProps
sourceimpl Default for CommentProps
impl Default for CommentProps
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more