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