Struct pax_runtime_api::CommonProperty 
source · pub struct CommonProperty { /* private fields */ }Trait Implementations§
source§impl Debug for CommonProperty
 
impl Debug for CommonProperty
source§impl Default for CommonProperty
 
impl Default for CommonProperty
source§fn default() -> CommonProperty
 
fn default() -> CommonProperty
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CommonProperty
 
impl<'de> Deserialize<'de> for CommonProperty
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
Auto Trait Implementations§
impl Freeze for CommonProperty
impl RefUnwindSafe for CommonProperty
impl Send for CommonProperty
impl Sync for CommonProperty
impl Unpin for CommonProperty
impl UnwindSafe for CommonProperty
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, U> RoundInto<U> for Twhere
    U: RoundFrom<T>,
 
impl<T, U> RoundInto<U> for Twhere
    U: RoundFrom<T>,
source§fn round_into(self) -> U
 
fn round_into(self) -> U
Performs the conversion.