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