pub struct IdentView {
pub ident: Ident,
}Fields§
§ident: IdentTrait Implementations§
impl Copy for IdentView
impl Eq for IdentView
impl StructuralPartialEq for IdentView
Auto Trait Implementations§
impl Freeze for IdentView
impl RefUnwindSafe for IdentView
impl Send for IdentView
impl Sync for IdentView
impl Unpin for IdentView
impl UnwindSafe for IdentView
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