Struct dynamodb_book_ch21_github::ReactionId
source · pub struct ReactionId<'a> {
pub repo: RepositoryId<'a>,
pub target_type: ReactionTarget,
pub reacting_user: &'a OwnerNameRef,
}
Fields§
§repo: RepositoryId<'a>
§target_type: ReactionTarget
§reacting_user: &'a OwnerNameRef
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ReactionId<'a>
impl<'a> Send for ReactionId<'a>
impl<'a> Sync for ReactionId<'a>
impl<'a> Unpin for ReactionId<'a>
impl<'a> UnwindSafe for ReactionId<'a>
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