pub struct SignalArgument<'l> {
pub name: &'l str,
pub default: Variant,
pub hint: PropertyHint<'l>,
pub usage: PropertyUsage,
}Fields§
§name: &'l str§default: Variant§hint: PropertyHint<'l>§usage: PropertyUsageAuto Trait Implementations§
impl<'l> Freeze for SignalArgument<'l>
impl<'l> RefUnwindSafe for SignalArgument<'l>
impl<'l> Send for SignalArgument<'l>
impl<'l> Sync for SignalArgument<'l>
impl<'l> Unpin for SignalArgument<'l>
impl<'l> UnwindSafe for SignalArgument<'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