pub enum BuildScriptInputStateV1 {
NotRecorded,
Recorded,
Unknown,
}Expand description
BuildScriptInputStateV1
Variants§
Trait Implementations§
Source§impl Clone for BuildScriptInputStateV1
impl Clone for BuildScriptInputStateV1
Source§fn clone(&self) -> BuildScriptInputStateV1
fn clone(&self) -> BuildScriptInputStateV1
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 moreSource§impl Debug for BuildScriptInputStateV1
impl Debug for BuildScriptInputStateV1
Source§impl<'de> Deserialize<'de> for BuildScriptInputStateV1
impl<'de> Deserialize<'de> for BuildScriptInputStateV1
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 PartialEq for BuildScriptInputStateV1
impl PartialEq for BuildScriptInputStateV1
Source§fn eq(&self, other: &BuildScriptInputStateV1) -> bool
fn eq(&self, other: &BuildScriptInputStateV1) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BuildScriptInputStateV1
impl Serialize for BuildScriptInputStateV1
impl Copy for BuildScriptInputStateV1
impl Eq for BuildScriptInputStateV1
impl StructuralPartialEq for BuildScriptInputStateV1
Auto Trait Implementations§
impl Freeze for BuildScriptInputStateV1
impl RefUnwindSafe for BuildScriptInputStateV1
impl Send for BuildScriptInputStateV1
impl Sync for BuildScriptInputStateV1
impl Unpin for BuildScriptInputStateV1
impl UnsafeUnpin for BuildScriptInputStateV1
impl UnwindSafe for BuildScriptInputStateV1
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