Struct pax_runtime_api::StringBox
source · pub struct StringBox {
pub string: String,
}
Fields§
§string: String
Trait Implementations§
source§impl CoercionRules for StringBox
impl CoercionRules for StringBox
source§impl<'de> Deserialize<'de> for StringBox
impl<'de> Deserialize<'de> for StringBox
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 Interpolatable for StringBox
impl Interpolatable for StringBox
fn interpolate(&self, _other: &Self, _t: f64) -> Self
source§impl PartialEq for StringBox
impl PartialEq for StringBox
source§impl ToFromPaxAny for StringBox
impl ToFromPaxAny for StringBox
source§impl ToFromPaxValue for StringBox
impl ToFromPaxValue for StringBox
impl StructuralPartialEq for StringBox
Auto Trait Implementations§
impl Freeze for StringBox
impl RefUnwindSafe for StringBox
impl Send for StringBox
impl Sync for StringBox
impl Unpin for StringBox
impl UnwindSafe for StringBox
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.