pub struct IgnoredPlaceholder;Implementations§
Auto Trait Implementations§
impl Freeze for IgnoredPlaceholder
impl RefUnwindSafe for IgnoredPlaceholder
impl Send for IgnoredPlaceholder
impl Sync for IgnoredPlaceholder
impl Unpin for IgnoredPlaceholder
impl UnsafeUnpin for IgnoredPlaceholder
impl UnwindSafe for IgnoredPlaceholder
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