#[repr(C)]pub struct UnknownSelectorError {
pub selector: AzString,
pub suggestion: OptionString,
}Expand description
Wrapper for UnknownSelector error.
Fields§
§selector: AzString§suggestion: OptionStringTrait Implementations§
Source§impl Clone for UnknownSelectorError
impl Clone for UnknownSelectorError
Source§fn clone(&self) -> UnknownSelectorError
fn clone(&self) -> UnknownSelectorError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UnknownSelectorError
impl Debug for UnknownSelectorError
Source§impl PartialEq for UnknownSelectorError
impl PartialEq for UnknownSelectorError
Source§fn eq(&self, other: &UnknownSelectorError) -> bool
fn eq(&self, other: &UnknownSelectorError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UnknownSelectorError
Auto Trait Implementations§
impl Freeze for UnknownSelectorError
impl RefUnwindSafe for UnknownSelectorError
impl Send for UnknownSelectorError
impl Sync for UnknownSelectorError
impl Unpin for UnknownSelectorError
impl UnsafeUnpin for UnknownSelectorError
impl UnwindSafe for UnknownSelectorError
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