pub struct Submessage(pub SectionInfo, pub SectionInfo, pub Option<SectionInfo>, pub SectionInfo, pub SectionInfo, pub SectionInfo, pub SectionInfo, pub SectionInfo, pub SectionInfo);Tuple Fields§
§0: SectionInfo§1: SectionInfo§2: Option<SectionInfo>§3: SectionInfo§4: SectionInfo§5: SectionInfo§6: SectionInfo§7: SectionInfo§8: SectionInfoAuto Trait Implementations§
impl Freeze for Submessage
impl RefUnwindSafe for Submessage
impl Send for Submessage
impl Sync for Submessage
impl Unpin for Submessage
impl UnwindSafe for Submessage
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