Struct oma_refresh::db::OmaSourceEntry
source · pub struct OmaSourceEntry { /* private fields */ }Trait Implementations§
source§impl Clone for OmaSourceEntry
impl Clone for OmaSourceEntry
source§fn clone(&self) -> OmaSourceEntry
fn clone(&self) -> OmaSourceEntry
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for OmaSourceEntry
impl Debug for OmaSourceEntry
source§impl TryFrom<&SourceEntry> for OmaSourceEntry
impl TryFrom<&SourceEntry> for OmaSourceEntry
§type Error = RefreshError
type Error = RefreshError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for OmaSourceEntry
impl RefUnwindSafe for OmaSourceEntry
impl Send for OmaSourceEntry
impl Sync for OmaSourceEntry
impl Unpin for OmaSourceEntry
impl UnwindSafe for OmaSourceEntry
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