pub struct Mapping<'a>(pub TriggerList<'a>, pub TriggerMode, pub ResultList<'a>);
Tuple Fields§
§0: TriggerList<'a>
§1: TriggerMode
§2: ResultList<'a>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Mapping<'a>
impl<'a> RefUnwindSafe for Mapping<'a>
impl<'a> Send for Mapping<'a>
impl<'a> Sync for Mapping<'a>
impl<'a> Unpin for Mapping<'a>
impl<'a> UnwindSafe for Mapping<'a>
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