pub struct accent(/* private fields */);Expand description
Marker type for the accent field
Auto Trait Implementations§
impl Freeze for accent
impl RefUnwindSafe for accent
impl Send for accent
impl Sync for accent
impl Unpin for accent
impl UnsafeUnpin for accent
impl UnwindSafe for accent
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