pub struct Tag;
Trait Implementations§
Source§impl HasField<__typename> for Tag
impl HasField<__typename> for Tag
Source§impl HasField<abbreviatedOid> for Tag
impl HasField<abbreviatedOid> for Tag
Source§impl HasField<commitResourcePath> for Tag
impl HasField<commitResourcePath> for Tag
Source§impl HasField<oid> for Tag
impl HasField<oid> for Tag
Source§type Type = GitObjectID
type Type = GitObjectID
The schema marker type of this field.
Source§impl HasField<repository> for Tag
impl HasField<repository> for Tag
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
impl HasSubtype<Tag> for GitObject
impl HasSubtype<Tag> for Node
Auto Trait Implementations§
impl Freeze for Tag
impl RefUnwindSafe for Tag
impl Send for Tag
impl Sync for Tag
impl Unpin for Tag
impl UnwindSafe for Tag
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