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