Struct hyper_scripter::script_repo::RepoEntryOptional
source · pub struct RepoEntryOptional<'b> { /* private fields */ }
Implementations§
source§impl<'b> RepoEntryOptional<'b>
impl<'b> RepoEntryOptional<'b>
pub async fn or_insert(self, info: ScriptInfo) -> Result<RepoEntry<'b>>
Auto Trait Implementations§
impl<'b> !RefUnwindSafe for RepoEntryOptional<'b>
impl<'b> Send for RepoEntryOptional<'b>
impl<'b> Sync for RepoEntryOptional<'b>
impl<'b> Unpin for RepoEntryOptional<'b>
impl<'b> !UnwindSafe for RepoEntryOptional<'b>
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