pub struct Section<'data> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'de: 'data, 'data> Deserialize<'de> for Section<'data>
impl<'de: 'data, 'data> Deserialize<'de> for Section<'data>
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
Source§impl<'data> PartialOrd for Section<'data>
impl<'data> PartialOrd for Section<'data>
impl<'data> StructuralPartialEq for Section<'data>
Auto Trait Implementations§
impl<'data> Freeze for Section<'data>
impl<'data> RefUnwindSafe for Section<'data>
impl<'data> Send for Section<'data>
impl<'data> Sync for Section<'data>
impl<'data> Unpin for Section<'data>
impl<'data> UnwindSafe for Section<'data>
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