pub enum AsrMethod {
Standard,
Hanafi,
}Expand description
Asr calculation method
Variants§
Trait Implementations§
impl Copy for AsrMethod
impl StructuralPartialEq for AsrMethod
Auto Trait Implementations§
impl Freeze for AsrMethod
impl RefUnwindSafe for AsrMethod
impl Send for AsrMethod
impl Sync for AsrMethod
impl Unpin for AsrMethod
impl UnwindSafe for AsrMethod
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