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