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 Freeze for CommentProps
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