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