pub struct DotDotDot {}Trait Implementations§
impl StructuralPartialEq for DotDotDot
Auto Trait Implementations§
impl Freeze for DotDotDot
impl RefUnwindSafe for DotDotDot
impl Send for DotDotDot
impl Sync for DotDotDot
impl Unpin for DotDotDot
impl UnsafeUnpin for DotDotDot
impl UnwindSafe for DotDotDot
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