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