pub struct BuiltinIntegerInputCapability {
pub name: &'static str,
pub classes: &'static [BuiltinIntegerClass],
pub availability: BuiltinIntegerInputAvailability,
pub scalar_double: BuiltinIntegerScalarDoubleRule,
pub notes: &'static str,
}Fields§
§name: &'static str§classes: &'static [BuiltinIntegerClass]§availability: BuiltinIntegerInputAvailability§scalar_double: BuiltinIntegerScalarDoubleRule§notes: &'static strTrait Implementations§
Source§impl Clone for BuiltinIntegerInputCapability
impl Clone for BuiltinIntegerInputCapability
Source§fn clone(&self) -> BuiltinIntegerInputCapability
fn clone(&self) -> BuiltinIntegerInputCapability
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 BuiltinIntegerInputCapability
impl RefUnwindSafe for BuiltinIntegerInputCapability
impl Send for BuiltinIntegerInputCapability
impl Sync for BuiltinIntegerInputCapability
impl Unpin for BuiltinIntegerInputCapability
impl UnsafeUnpin for BuiltinIntegerInputCapability
impl UnwindSafe for BuiltinIntegerInputCapability
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