pub struct isTemplate;
Trait Implementations§
Source§impl Field for isTemplate
impl Field for isTemplate
Source§impl HasField<isTemplate> for Repository
impl HasField<isTemplate> for Repository
Auto Trait Implementations§
impl Freeze for isTemplate
impl RefUnwindSafe for isTemplate
impl Send for isTemplate
impl Sync for isTemplate
impl Unpin for isTemplate
impl UnwindSafe for isTemplate
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