pub struct gitHubServicesSha;
Trait Implementations§
Source§impl Field for gitHubServicesSha
impl Field for gitHubServicesSha
Source§impl HasField<gitHubServicesSha> for GitHubMetadata
impl HasField<gitHubServicesSha> for GitHubMetadata
Source§type Type = GitObjectID
type Type = GitObjectID
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for gitHubServicesSha
impl RefUnwindSafe for gitHubServicesSha
impl Send for gitHubServicesSha
impl Sync for gitHubServicesSha
impl Unpin for gitHubServicesSha
impl UnwindSafe for gitHubServicesSha
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