[−][src]Struct hyper_scripter::script_repo::helper::RepoEntry
Implementations
impl<'a, 'b, ENV: Environment> RepoEntry<'b, ENV>
[src]
pub async fn update<F: FnOnce(&mut ScriptInfo), '_>(
&'_ mut self,
handler: F
) -> Result
[src]
&'_ mut self,
handler: F
) -> Result
pub fn into_inner(self) -> &'b mut ScriptInfo
[src]
Methods from Deref<Target = &'b mut ScriptInfo>
pub fn cp(&self, new_name: ScriptName) -> Self
[src]
pub fn last_time(&self) -> NaiveDateTime
[src]
pub fn file_path(&self) -> Result<PathBuf>
[src]
Trait Implementations
impl<'b, ENV: Environment> Deref for RepoEntry<'b, ENV>
[src]
type Target = &'b mut ScriptInfo
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl<'a, 'b, ENV: Environment> FuzzKey for RepoEntry<'b, ENV>
[src]
Auto Trait Implementations
impl<'b, ENV> RefUnwindSafe for RepoEntry<'b, ENV> where
ENV: RefUnwindSafe,
ENV: RefUnwindSafe,
impl<'b, ENV> Send for RepoEntry<'b, ENV> where
ENV: Sync,
ENV: Sync,
impl<'b, ENV> Sync for RepoEntry<'b, ENV> where
ENV: Sync,
ENV: Sync,
impl<'b, ENV> Unpin for RepoEntry<'b, ENV>
impl<'b, ENV> !UnwindSafe for RepoEntry<'b, ENV>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,