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