pub struct SplitImpl { /* private fields */ }Expand description
#[split_impl] attribute
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for SplitImpl
impl !Sync for SplitImpl
impl Freeze for SplitImpl
impl RefUnwindSafe for SplitImpl
impl Unpin for SplitImpl
impl UnsafeUnpin for SplitImpl
impl UnwindSafe for SplitImpl
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