pub struct InvalidVariableId(pub Cow<'static, str>);
Tuple Fields§
§0: Cow<'static, str>
Trait Implementations§
Source§impl Clone for InvalidVariableId
impl Clone for InvalidVariableId
Source§fn clone(&self) -> InvalidVariableId
fn clone(&self) -> InvalidVariableId
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 moreAuto Trait Implementations§
impl Freeze for InvalidVariableId
impl RefUnwindSafe for InvalidVariableId
impl Send for InvalidVariableId
impl Sync for InvalidVariableId
impl Unpin for InvalidVariableId
impl UnwindSafe for InvalidVariableId
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