pub struct RevealNames {
pub names: Vec<Ident>,
}
Fields§
§names: Vec<Ident>
Trait Implementations§
Source§impl Debug for RevealNames
impl Debug for RevealNames
Source§impl Default for RevealNames
impl Default for RevealNames
Source§fn default() -> RevealNames
fn default() -> RevealNames
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RevealNames
impl RefUnwindSafe for RevealNames
impl Send for RevealNames
impl Sync for RevealNames
impl Unpin for RevealNames
impl UnwindSafe for RevealNames
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