pub struct ValkyrieTableType {
pub element_type: ValkyrieType,
pub min: u32,
pub max: Option<u32>,
}Expand description
Valkyrie 表类型
Fields§
§element_type: ValkyrieType§min: u32§max: Option<u32>Trait Implementations§
Source§impl Clone for ValkyrieTableType
impl Clone for ValkyrieTableType
Source§fn clone(&self) -> ValkyrieTableType
fn clone(&self) -> ValkyrieTableType
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 ValkyrieTableType
impl RefUnwindSafe for ValkyrieTableType
impl Send for ValkyrieTableType
impl Sync for ValkyrieTableType
impl Unpin for ValkyrieTableType
impl UnwindSafe for ValkyrieTableType
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