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