pub struct Augment<'src> {
pub name: StringContent<'src>,
}
Fields§
§name: StringContent<'src>
Trait Implementations§
impl<'src> StructuralPartialEq for Augment<'src>
Auto Trait Implementations§
impl<'src> Freeze for Augment<'src>
impl<'src> RefUnwindSafe for Augment<'src>
impl<'src> Send for Augment<'src>
impl<'src> Sync for Augment<'src>
impl<'src> Unpin for Augment<'src>
impl<'src> UnwindSafe for Augment<'src>
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