pub struct OwnedSection { /* private fields */ }Implementations§
Source§impl OwnedSection
impl OwnedSection
Trait Implementations§
Source§impl Debug for OwnedSection
impl Debug for OwnedSection
Source§impl Default for OwnedSection
impl Default for OwnedSection
Source§fn default() -> OwnedSection
fn default() -> OwnedSection
Returns the “default value” for a type. Read more
Source§impl<'a> IntoIterator for &'a OwnedSection
impl<'a> IntoIterator for &'a OwnedSection
Source§type IntoIter = Box<dyn Iterator<Item = <&'a OwnedSection as IntoIterator>::Item> + 'a>
type IntoIter = Box<dyn Iterator<Item = <&'a OwnedSection as IntoIterator>::Item> + 'a>
Which kind of iterator are we turning this into?
Auto Trait Implementations§
impl Freeze for OwnedSection
impl RefUnwindSafe for OwnedSection
impl Send for OwnedSection
impl Sync for OwnedSection
impl Unpin for OwnedSection
impl UnwindSafe for OwnedSection
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