pub enum ParcelableElement {
Const(Const),
Field(Field),
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ParcelableElement
impl Clone for ParcelableElement
Source§fn clone(&self) -> ParcelableElement
fn clone(&self) -> ParcelableElement
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ParcelableElement
impl Debug for ParcelableElement
Source§impl<'de> Deserialize<'de> for ParcelableElement
impl<'de> Deserialize<'de> for ParcelableElement
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 ParcelableElement
impl PartialEq for ParcelableElement
Source§impl Serialize for ParcelableElement
impl Serialize for ParcelableElement
impl StructuralPartialEq for ParcelableElement
Auto Trait Implementations§
impl Freeze for ParcelableElement
impl RefUnwindSafe for ParcelableElement
impl Send for ParcelableElement
impl Sync for ParcelableElement
impl Unpin for ParcelableElement
impl UnwindSafe for ParcelableElement
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