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