pub struct ScriptParameter { /* private fields */ }Expand description
One validated --set name=value script parameter.
Implementations§
Trait Implementations§
Source§impl Clone for ScriptParameter
impl Clone for ScriptParameter
Source§fn clone(&self) -> ScriptParameter
fn clone(&self) -> ScriptParameter
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 ScriptParameter
impl Debug for ScriptParameter
Source§impl PartialEq for ScriptParameter
impl PartialEq for ScriptParameter
Source§fn eq(&self, other: &ScriptParameter) -> bool
fn eq(&self, other: &ScriptParameter) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ScriptParameter
Auto Trait Implementations§
impl Freeze for ScriptParameter
impl RefUnwindSafe for ScriptParameter
impl Send for ScriptParameter
impl Sync for ScriptParameter
impl Unpin for ScriptParameter
impl UnsafeUnpin for ScriptParameter
impl UnwindSafe for ScriptParameter
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