pub enum MethodArg {
Actual,
ProRata,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MethodArg
impl RefUnwindSafe for MethodArg
impl Send for MethodArg
impl Sync for MethodArg
impl Unpin for MethodArg
impl UnsafeUnpin for MethodArg
impl UnwindSafe for MethodArg
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