pub struct IdentMeta {
pub escaped: bool,
}Fields§
§escaped: boolTrait Implementations§
impl Copy for IdentMeta
impl Eq for IdentMeta
impl StructuralPartialEq for IdentMeta
Auto Trait Implementations§
impl Freeze for IdentMeta
impl RefUnwindSafe for IdentMeta
impl Send for IdentMeta
impl Sync for IdentMeta
impl Unpin for IdentMeta
impl UnsafeUnpin for IdentMeta
impl UnwindSafe for IdentMeta
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