pub struct InterpolateOptionsIr {
pub mode: InterpolateModeIr,
}Fields§
§mode: InterpolateModeIrTrait Implementations§
Source§impl Clone for InterpolateOptionsIr
impl Clone for InterpolateOptionsIr
Source§fn clone(&self) -> InterpolateOptionsIr
fn clone(&self) -> InterpolateOptionsIr
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 InterpolateOptionsIr
impl Debug for InterpolateOptionsIr
Source§impl<'de> Deserialize<'de> for InterpolateOptionsIr
impl<'de> Deserialize<'de> for InterpolateOptionsIr
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 From<InterpolateOptions> for InterpolateOptionsIr
impl From<InterpolateOptions> for InterpolateOptionsIr
Source§fn from(val: InterpolateOptions) -> Self
fn from(val: InterpolateOptions) -> Self
Converts to this type from the input type.
Source§impl From<InterpolateOptionsIr> for InterpolateOptions
impl From<InterpolateOptionsIr> for InterpolateOptions
Source§fn from(val: InterpolateOptionsIr) -> Self
fn from(val: InterpolateOptionsIr) -> Self
Converts to this type from the input type.
Source§impl Hash for InterpolateOptionsIr
impl Hash for InterpolateOptionsIr
Source§impl PartialEq for InterpolateOptionsIr
impl PartialEq for InterpolateOptionsIr
Source§impl Serialize for InterpolateOptionsIr
impl Serialize for InterpolateOptionsIr
impl StructuralPartialEq for InterpolateOptionsIr
Auto Trait Implementations§
impl Freeze for InterpolateOptionsIr
impl RefUnwindSafe for InterpolateOptionsIr
impl Send for InterpolateOptionsIr
impl Sync for InterpolateOptionsIr
impl Unpin for InterpolateOptionsIr
impl UnwindSafe for InterpolateOptionsIr
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