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