pub enum ValkyrieType {
I32,
I64,
F32,
F64,
}Expand description
Valkyrie 类型
Variants§
Trait Implementations§
Source§impl Clone for ValkyrieType
impl Clone for ValkyrieType
Source§fn clone(&self) -> ValkyrieType
fn clone(&self) -> ValkyrieType
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 ValkyrieType
impl RefUnwindSafe for ValkyrieType
impl Send for ValkyrieType
impl Sync for ValkyrieType
impl Unpin for ValkyrieType
impl UnwindSafe for ValkyrieType
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