pub struct SynthesisErrorCodes {
pub value: i32,
}Fields§
§value: i32Implementations§
Trait Implementations§
Source§impl Clone for SynthesisErrorCodes
impl Clone for SynthesisErrorCodes
Source§fn clone(&self) -> SynthesisErrorCodes
fn clone(&self) -> SynthesisErrorCodes
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 moreSource§impl Debug for SynthesisErrorCodes
impl Debug for SynthesisErrorCodes
Source§impl Default for SynthesisErrorCodes
impl Default for SynthesisErrorCodes
Source§impl<'de> Deserialize<'de> for SynthesisErrorCodes
impl<'de> Deserialize<'de> for SynthesisErrorCodes
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 SynthesisErrorCodes
impl PartialEq for SynthesisErrorCodes
Source§impl Serialize for SynthesisErrorCodes
impl Serialize for SynthesisErrorCodes
impl Message for SynthesisErrorCodes
impl StructuralPartialEq for SynthesisErrorCodes
Auto Trait Implementations§
impl Freeze for SynthesisErrorCodes
impl RefUnwindSafe for SynthesisErrorCodes
impl Send for SynthesisErrorCodes
impl Sync for SynthesisErrorCodes
impl Unpin for SynthesisErrorCodes
impl UnwindSafe for SynthesisErrorCodes
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