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