Struct pax_runtime::api::StringBox
source · pub struct StringBox {
pub string: String,
}Fields§
§string: StringTrait Implementations§
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
Auto Trait Implementations§
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.