pub struct Submodule;
Trait Implementations§
Source§impl HasField<__typename> for Submodule
impl HasField<__typename> for Submodule
Source§impl HasField<nameRaw> for Submodule
impl HasField<nameRaw> for Submodule
Source§type Type = Base64String
type Type = Base64String
The schema marker type of this field.
Source§impl HasField<pathRaw> for Submodule
impl HasField<pathRaw> for Submodule
Source§type Type = Base64String
type Type = Base64String
The schema marker type of this field.
Source§impl HasField<subprojectCommitOid> for Submodule
impl HasField<subprojectCommitOid> for Submodule
Source§type Type = Option<GitObjectID>
type Type = Option<GitObjectID>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for Submodule
impl RefUnwindSafe for Submodule
impl Send for Submodule
impl Sync for Submodule
impl Unpin for Submodule
impl UnwindSafe for Submodule
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