pub struct OverlayTensor {
pub module: OverlayModule,
pub kind: OverlayTensorKind,
}Expand description
A classified overlay tensor: its target embedding and its role.
Fields§
§module: OverlayModule§kind: OverlayTensorKindTrait Implementations§
Source§impl Clone for OverlayTensor
impl Clone for OverlayTensor
Source§fn clone(&self) -> OverlayTensor
fn clone(&self) -> OverlayTensor
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 moreSource§impl Debug for OverlayTensor
impl Debug for OverlayTensor
Source§impl PartialEq for OverlayTensor
impl PartialEq for OverlayTensor
impl Copy for OverlayTensor
impl Eq for OverlayTensor
impl StructuralPartialEq for OverlayTensor
Auto Trait Implementations§
impl Freeze for OverlayTensor
impl RefUnwindSafe for OverlayTensor
impl Send for OverlayTensor
impl Sync for OverlayTensor
impl Unpin for OverlayTensor
impl UnwindSafe for OverlayTensor
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.