pub struct SetStringRequest {
pub variable_name: String,
pub string_value: String,
}Fields§
§variable_name: StringThe key for this variable, use something unique
string_value: StringTrait Implementations§
Source§impl Clone for SetStringRequest
impl Clone for SetStringRequest
Source§fn clone(&self) -> SetStringRequest
fn clone(&self) -> SetStringRequest
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 SetStringRequest
impl Debug for SetStringRequest
Source§impl Default for SetStringRequest
impl Default for SetStringRequest
Source§fn default() -> SetStringRequest
fn default() -> SetStringRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for SetStringRequest
impl PartialEq for SetStringRequest
Source§impl ToXml for SetStringRequest
impl ToXml for SetStringRequest
impl StructuralPartialEq for SetStringRequest
Auto Trait Implementations§
impl Freeze for SetStringRequest
impl RefUnwindSafe for SetStringRequest
impl Send for SetStringRequest
impl Sync for SetStringRequest
impl Unpin for SetStringRequest
impl UnwindSafe for SetStringRequest
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