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