pub struct UnsupportedFeature {
pub message: SharedString,
pub marker: SharedString,
}Fields§
§message: SharedStringUser-facing message shared between diagnostics and runtime stubs.
marker: SharedStringSource marker used to anchor the generation-stage diagnostic.
Trait Implementations§
Source§impl Clone for UnsupportedFeature
impl Clone for UnsupportedFeature
Source§fn clone(&self) -> UnsupportedFeature
fn clone(&self) -> UnsupportedFeature
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 UnsupportedFeature
impl RefUnwindSafe for UnsupportedFeature
impl Send for UnsupportedFeature
impl Sync for UnsupportedFeature
impl Unpin for UnsupportedFeature
impl UnsafeUnpin for UnsupportedFeature
impl UnwindSafe for UnsupportedFeature
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