pub struct DecodeCase {
pub expressions: Vec<Expression>,
}Expand description
DecodeCase
Fields§
§expressions: Vec<Expression>Trait Implementations§
Source§impl Clone for DecodeCase
impl Clone for DecodeCase
Source§fn clone(&self) -> DecodeCase
fn clone(&self) -> DecodeCase
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 DecodeCase
impl Debug for DecodeCase
Source§impl<'de> Deserialize<'de> for DecodeCase
impl<'de> Deserialize<'de> for DecodeCase
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 DecodeCase
impl PartialEq for DecodeCase
Source§impl Serialize for DecodeCase
impl Serialize for DecodeCase
impl StructuralPartialEq for DecodeCase
Auto Trait Implementations§
impl Freeze for DecodeCase
impl RefUnwindSafe for DecodeCase
impl Send for DecodeCase
impl Sync for DecodeCase
impl Unpin for DecodeCase
impl UnwindSafe for DecodeCase
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