pub enum ExpandNameError {
DotInComponent,
NameTooLong,
}Variants§
Trait Implementations§
Source§impl Clone for ExpandNameError
impl Clone for ExpandNameError
Source§fn clone(&self) -> ExpandNameError
fn clone(&self) -> ExpandNameError
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 moreimpl Copy for ExpandNameError
Source§impl Debug for ExpandNameError
impl Debug for ExpandNameError
impl Eq for ExpandNameError
Source§impl PartialEq for ExpandNameError
impl PartialEq for ExpandNameError
impl StructuralPartialEq for ExpandNameError
Auto Trait Implementations§
impl Freeze for ExpandNameError
impl RefUnwindSafe for ExpandNameError
impl Send for ExpandNameError
impl Sync for ExpandNameError
impl Unpin for ExpandNameError
impl UnsafeUnpin for ExpandNameError
impl UnwindSafe for ExpandNameError
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