Struct lib2::too_long::SuperIncrediblyLongLongLongLongLongLongLongGigaGigaGigaMegaLongLongLongStructName
source · pub struct SuperIncrediblyLongLongLongLongLongLongLongGigaGigaGigaMegaLongLongLongStructName {
pub a: u32,
}
Expand description
This also has a really long doccomment. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse id nibh malesuada, hendrerit massa vel, tincidunt est. Nulla interdum, sem ac efficitur ornare, arcu nunc dignissim nibh, at rutrum diam augue ac mauris. Fusce tincidunt et ligula sed viverra. Aenean sed facilisis dui, non volutpat felis. In vitae est dui. Donec felis nibh, blandit at nibh eu, tempor suscipit nisl. Vestibulum ornare porta libero, eu faucibus purus iaculis ut. Ut quis tincidunt nunc, in mollis purus. Nulla sed interdum quam. Nunc vitae cursus ex.
Fields§
§a: u32
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SuperIncrediblyLongLongLongLongLongLongLongGigaGigaGigaMegaLongLongLongStructName
impl Send for SuperIncrediblyLongLongLongLongLongLongLongGigaGigaGigaMegaLongLongLongStructName
impl Sync for SuperIncrediblyLongLongLongLongLongLongLongGigaGigaGigaMegaLongLongLongStructName
impl Unpin for SuperIncrediblyLongLongLongLongLongLongLongGigaGigaGigaMegaLongLongLongStructName
impl UnwindSafe for SuperIncrediblyLongLongLongLongLongLongLongGigaGigaGigaMegaLongLongLongStructName
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