pub struct UnimplementedValue(pub String);
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Clone for UnimplementedValue
impl Clone for UnimplementedValue
Source§fn clone(&self) -> UnimplementedValue
fn clone(&self) -> UnimplementedValue
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 UnimplementedValue
impl Debug for UnimplementedValue
Source§impl PartialEq for UnimplementedValue
impl PartialEq for UnimplementedValue
impl StructuralPartialEq for UnimplementedValue
Auto Trait Implementations§
impl Freeze for UnimplementedValue
impl RefUnwindSafe for UnimplementedValue
impl Send for UnimplementedValue
impl Sync for UnimplementedValue
impl Unpin for UnimplementedValue
impl UnwindSafe for UnimplementedValue
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