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