Struct ra_ap_ide::RenameError [−][src]
pub struct RenameError(pub String);Tuple Fields
0: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RenameError
impl Send for RenameError
impl Sync for RenameError
impl Unpin for RenameError
impl UnwindSafe for RenameError
Blanket Implementations
Mutably borrows from an owned value. Read more
fn cast<U>(self, interner: &<U as HasInterner>::Interner) -> U where
Self: CastTo<U>,
U: HasInterner,
fn cast<U>(self, interner: &<U as HasInterner>::Interner) -> U where
Self: CastTo<U>,
U: HasInterner,
Cast a value to type U using CastTo.
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
