pub struct ValkyrieLocal {
pub name: Option<String>,
pub local_type: ValkyrieType,
}Expand description
Valkyrie 局部变量
Fields§
§name: Option<String>§local_type: ValkyrieTypeTrait Implementations§
Source§impl Clone for ValkyrieLocal
impl Clone for ValkyrieLocal
Source§fn clone(&self) -> ValkyrieLocal
fn clone(&self) -> ValkyrieLocal
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 ValkyrieLocal
impl RefUnwindSafe for ValkyrieLocal
impl Send for ValkyrieLocal
impl Sync for ValkyrieLocal
impl Unpin for ValkyrieLocal
impl UnwindSafe for ValkyrieLocal
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