pub struct MaaContext { /* private fields */ }Trait Implementations§
Source§impl Clone for MaaContext
impl Clone for MaaContext
Source§fn clone(&self) -> MaaContext
fn clone(&self) -> MaaContext
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MaaContext
impl Debug for MaaContext
impl Copy for MaaContext
Auto Trait Implementations§
impl Freeze for MaaContext
impl RefUnwindSafe for MaaContext
impl Send for MaaContext
impl Sync for MaaContext
impl Unpin for MaaContext
impl UnwindSafe for MaaContext
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