Struct rustfmt_nightly::lists::ListItem [−][src]
pub(crate) struct ListItem {
pub(crate) pre_comment: Option<String>,
pub(crate) pre_comment_style: ListItemCommentStyle,
pub(crate) item: Option<String>,
pub(crate) post_comment: Option<String>,
pub(crate) new_lines: bool,
}
Fields
pre_comment: Option<String>
pre_comment_style: ListItemCommentStyle
item: Option<String>
post_comment: Option<String>
new_lines: bool
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ListItem
impl UnwindSafe for ListItem
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 80 bytes