pub struct Signal<'l> {
pub name: &'l str,
pub args: &'l [SignalArgument<'l>],
}
Fields§
§name: &'l str
§args: &'l [SignalArgument<'l>]
Auto Trait Implementations§
impl<'l> Freeze for Signal<'l>
impl<'l> RefUnwindSafe for Signal<'l>
impl<'l> Send for Signal<'l>
impl<'l> Sync for Signal<'l>
impl<'l> Unpin for Signal<'l>
impl<'l> UnwindSafe for Signal<'l>
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