pub struct EmbedStage {
pub weight_key: String,
pub axis: usize,
}Fields§
§weight_key: String§axis: usizeImplementations§
Trait Implementations§
Source§impl Clone for EmbedStage
impl Clone for EmbedStage
Source§fn clone(&self) -> EmbedStage
fn clone(&self) -> EmbedStage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EmbedStage
impl RefUnwindSafe for EmbedStage
impl Send for EmbedStage
impl Sync for EmbedStage
impl Unpin for EmbedStage
impl UnsafeUnpin for EmbedStage
impl UnwindSafe for EmbedStage
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