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