pub struct RolloutBaseInstructions {
pub text: Option<String>,
pub extra: BTreeMap<String, Value>,
}Fields§
§text: Option<String>§extra: BTreeMap<String, Value>Trait Implementations§
Source§impl Clone for RolloutBaseInstructions
impl Clone for RolloutBaseInstructions
Source§fn clone(&self) -> RolloutBaseInstructions
fn clone(&self) -> RolloutBaseInstructions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RolloutBaseInstructions
impl Debug for RolloutBaseInstructions
Source§impl Default for RolloutBaseInstructions
impl Default for RolloutBaseInstructions
Source§fn default() -> RolloutBaseInstructions
fn default() -> RolloutBaseInstructions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RolloutBaseInstructions
impl<'de> Deserialize<'de> for RolloutBaseInstructions
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 RolloutBaseInstructions
impl RefUnwindSafe for RolloutBaseInstructions
impl Send for RolloutBaseInstructions
impl Sync for RolloutBaseInstructions
impl Unpin for RolloutBaseInstructions
impl UnsafeUnpin for RolloutBaseInstructions
impl UnwindSafe for RolloutBaseInstructions
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