pub enum Tractate {
Show 63 variants
Berachos,
Peah,
Demai,
Kilayim,
Sheviis,
Terumos,
Maasros,
MaaserSheni,
Chalah,
Orlah,
Bikurim,
Shabbos,
Eruvin,
Pesachim,
Shekalim,
Yoma,
Sukkah,
Beitzah,
RoshHashanah,
Taanis,
Megillah,
MoedKatan,
Chagigah,
Yevamos,
Kesubos,
Nedarim,
Nazir,
Sotah,
Gitin,
Kiddushin,
BavaKamma,
BavaMetzia,
BavaBasra,
Sanhedrin,
Makkos,
Shevuos,
Eduyos,
AvodahZarah,
Avos,
Horiyos,
Zevachim,
Menachos,
Chullin,
Bechoros,
Arachin,
Temurah,
Kerisos,
Meilah,
Tamid,
Midos,
Kinnim,
Keilim,
Ohalos,
Negaim,
Parah,
Taharos,
Mikvaos,
Niddah,
Machshirin,
Zavim,
TevulYom,
Yadayim,
Uktzin,
}Expand description
A tractate of the Talmud (Bavli or Yerushalmi).
Variants§
Berachos
Peah
Demai
Kilayim
Sheviis
Terumos
Maasros
MaaserSheni
Chalah
Orlah
Bikurim
Shabbos
Eruvin
Pesachim
Shekalim
Yoma
Sukkah
Beitzah
RoshHashanah
Taanis
Megillah
MoedKatan
Chagigah
Yevamos
Kesubos
Nedarim
Nazir
Sotah
Gitin
Kiddushin
BavaKamma
BavaMetzia
BavaBasra
Sanhedrin
Makkos
Shevuos
Eduyos
AvodahZarah
Avos
Horiyos
Zevachim
Menachos
Chullin
Bechoros
Arachin
Temurah
Kerisos
Meilah
Tamid
Midos
Kinnim
Keilim
Ohalos
Negaim
Parah
Taharos
Mikvaos
Niddah
Machshirin
Zavim
TevulYom
Yadayim
Uktzin
Trait Implementations§
Source§impl Ord for Tractate
impl Ord for Tractate
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Tractate
impl PartialOrd for Tractate
impl Copy for Tractate
impl Eq for Tractate
impl StructuralPartialEq for Tractate
Auto Trait Implementations§
impl Freeze for Tractate
impl RefUnwindSafe for Tractate
impl Send for Tractate
impl Sync for Tractate
impl Unpin for Tractate
impl UnsafeUnpin for Tractate
impl UnwindSafe for Tractate
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<F, T> ConvertInto<T> for Fwhere
T: ConvertFrom<F>,
impl<F, T> ConvertInto<T> for Fwhere
T: ConvertFrom<F>,
Source§fn convert_into(self) -> T
fn convert_into(self) -> T
Infallibly converts a value of type
Self to a value of type T.Source§impl<F, T> ConvertTryFrom<F> for Twhere
F: ConvertInto<T>,
impl<F, T> ConvertTryFrom<F> for Twhere
F: ConvertInto<T>,
Source§type Error = Infallible
type Error = Infallible
The type of an error that can occur during a conversion. Read more
Source§fn convert_try_from(value: F) -> Result<T, Infallible>
fn convert_try_from(value: F) -> Result<T, Infallible>
Fallibly converts a value of type
F to a value of type Self.Source§impl<F, T> ConvertTryInto<T> for Fwhere
T: ConvertTryFrom<F>,
impl<F, T> ConvertTryInto<T> for Fwhere
T: ConvertTryFrom<F>,
Source§type Error = <T as ConvertTryFrom<F>>::Error
type Error = <T as ConvertTryFrom<F>>::Error
The type of an error that can occur during a conversion. Read more
Source§fn convert_try_into(self) -> Result<T, <T as ConvertTryFrom<F>>::Error>
fn convert_try_into(self) -> Result<T, <T as ConvertTryFrom<F>>::Error>
Fallibly converts a value of type
Self to a value of type T.