Struct decthings_api::rpc::dataset::FetchedEntry
source · pub struct FetchedEntry {
pub index: u32,
pub data: OwnedDecthingsTensor,
}Fields§
§index: u32§data: OwnedDecthingsTensorTrait Implementations§
source§impl Clone for FetchedEntry
impl Clone for FetchedEntry
source§fn clone(&self) -> FetchedEntry
fn clone(&self) -> FetchedEntry
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 moreAuto Trait Implementations§
impl !Freeze for FetchedEntry
impl RefUnwindSafe for FetchedEntry
impl Send for FetchedEntry
impl Sync for FetchedEntry
impl Unpin for FetchedEntry
impl UnwindSafe for FetchedEntry
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