pub struct BorderFillMarker;Expand description
Phantom marker for border/fill indices.
Auto Trait Implementations§
impl Freeze for BorderFillMarker
impl RefUnwindSafe for BorderFillMarker
impl Send for BorderFillMarker
impl Sync for BorderFillMarker
impl Unpin for BorderFillMarker
impl UnwindSafe for BorderFillMarker
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