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