pub struct VariablePatchInput {
pub data: Option<Option<String>>,
pub description: Option<Option<String>>,
pub identifier: Option<Option<String>>,
pub type: VariableType,
}Fields§
§data: Option<Option<String>>§description: Option<Option<String>>§identifier: Option<Option<String>>§type: VariableTypeImplementations§
Source§impl VariablePatchInput
impl VariablePatchInput
pub fn new(type: VariableType) -> VariablePatchInput
Trait Implementations§
Source§impl Clone for VariablePatchInput
impl Clone for VariablePatchInput
Source§fn clone(&self) -> VariablePatchInput
fn clone(&self) -> VariablePatchInput
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 VariablePatchInput
impl Debug for VariablePatchInput
Source§impl Default for VariablePatchInput
impl Default for VariablePatchInput
Source§fn default() -> VariablePatchInput
fn default() -> VariablePatchInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VariablePatchInput
impl<'de> Deserialize<'de> for VariablePatchInput
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 PartialEq for VariablePatchInput
impl PartialEq for VariablePatchInput
Source§impl Serialize for VariablePatchInput
impl Serialize for VariablePatchInput
impl StructuralPartialEq for VariablePatchInput
Auto Trait Implementations§
impl Freeze for VariablePatchInput
impl RefUnwindSafe for VariablePatchInput
impl Send for VariablePatchInput
impl Sync for VariablePatchInput
impl Unpin for VariablePatchInput
impl UnwindSafe for VariablePatchInput
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