pub struct ParamAttribute(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for ParamAttribute
impl Clone for ParamAttribute
Source§fn clone(&self) -> ParamAttribute
fn clone(&self) -> ParamAttribute
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 ParamAttribute
impl Debug for ParamAttribute
Source§impl<'de> Deserialize<'de> for ParamAttribute
impl<'de> Deserialize<'de> for ParamAttribute
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 From<ParamAttribute> for ParamAttribute
impl From<ParamAttribute> for ParamAttribute
Source§fn from(value: ParamAttribute) -> Self
fn from(value: ParamAttribute) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ParamAttribute
impl RefUnwindSafe for ParamAttribute
impl Send for ParamAttribute
impl Sync for ParamAttribute
impl Unpin for ParamAttribute
impl UnsafeUnpin for ParamAttribute
impl UnwindSafe for ParamAttribute
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