[][src]Struct hyper_scripter::script_repo::helper::RepoEntry

pub struct RepoEntry<'b, ENV: Environment> { /* fields omitted */ }

Implementations

impl<'a, 'b, ENV: Environment> RepoEntry<'b, ENV>[src]

pub async fn update<F: FnOnce(&mut ScriptInfo), '_>(
    &'_ mut self,
    handler: F
) -> Result
[src]

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.

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

impl<'b, ENV> Send for RepoEntry<'b, ENV> where
    ENV: Sync

impl<'b, ENV> Sync for RepoEntry<'b, ENV> where
    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]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

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]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.