pub struct private;
Trait Implementations§
Source§impl HasArgument<private> for RSVPToEvent
impl HasArgument<private> for RSVPToEvent
Auto Trait Implementations§
impl Freeze for private
impl RefUnwindSafe for private
impl Send for private
impl Sync for private
impl Unpin for private
impl UnwindSafe for private
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