pub struct OutlinePr {
pub summary_below: Option<bool>,
pub summary_right: Option<bool>,
}Expand description
Outline properties for grouping.
Fields§
§summary_below: Option<bool>§summary_right: Option<bool>Trait Implementations§
Source§impl<'de> Deserialize<'de> for OutlinePr
impl<'de> Deserialize<'de> for OutlinePr
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for OutlinePr
Auto Trait Implementations§
impl Freeze for OutlinePr
impl RefUnwindSafe for OutlinePr
impl Send for OutlinePr
impl Sync for OutlinePr
impl Unpin for OutlinePr
impl UnwindSafe for OutlinePr
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