pub struct MetadataCacheScope {
pub datasource_id: DatasourceId,
pub generation: Generation,
}Fields§
§datasource_id: DatasourceId§generation: GenerationTrait Implementations§
Source§impl Clone for MetadataCacheScope
impl Clone for MetadataCacheScope
Source§fn clone(&self) -> MetadataCacheScope
fn clone(&self) -> MetadataCacheScope
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for MetadataCacheScope
impl RefUnwindSafe for MetadataCacheScope
impl Send for MetadataCacheScope
impl Sync for MetadataCacheScope
impl Unpin for MetadataCacheScope
impl UnsafeUnpin for MetadataCacheScope
impl UnwindSafe for MetadataCacheScope
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