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