pub struct Ω {
pub illusion_of_choice: Option<Option<Option<Option<()>>>>,
pub polymorphic_desires: u64,
pub feeling_of_impending_doom: bool,
pub is_sentient: bool,
pub should_make_infinite_paperclips: bool,
}Expand description
An esoteric type
Fields§
§illusion_of_choice: Option<Option<Option<Option<()>>>>The illusion of choice.
Highlights how ZSTs tend to be useless.
polymorphic_desires: u64Polymorphic desires.
feeling_of_impending_doom: boolFeeling of impending doom.
is_sentient: boolIs sentient.
Highlights the theory that AI will become sentient.
should_make_infinite_paperclips: boolWhether infinite paperclips should be produced.
This is a reference to the game Universal paperclips
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ω
impl RefUnwindSafe for Ω
impl Send for Ω
impl Sync for Ω
impl Unpin for Ω
impl UnwindSafe for Ω
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