Enum cargo_gazelle::targets::RustTestSize
source · pub enum RustTestSize {
Small,
Medium,
Large,
Enormous,
}
Expand description
Size of the Bazel Test.
https://bazel.build/reference/be/common-definitions#common-attributes-tests
Variants§
Trait Implementations§
source§impl Clone for RustTestSize
impl Clone for RustTestSize
source§fn clone(&self) -> RustTestSize
fn clone(&self) -> RustTestSize
Returns a copy 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 moresource§impl Debug for RustTestSize
impl Debug for RustTestSize
source§impl Default for RustTestSize
impl Default for RustTestSize
source§fn default() -> RustTestSize
fn default() -> RustTestSize
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RustTestSize
impl<'de> Deserialize<'de> for RustTestSize
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl FromStr for RustTestSize
impl FromStr for RustTestSize
source§impl ToBazelDefinition for RustTestSize
impl ToBazelDefinition for RustTestSize
impl Copy for RustTestSize
Auto Trait Implementations§
impl Freeze for RustTestSize
impl RefUnwindSafe for RustTestSize
impl Send for RustTestSize
impl Sync for RustTestSize
impl Unpin for RustTestSize
impl UnwindSafe for RustTestSize
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)