struct ChainInternal { /* private fields */ }Auto Trait Implementations§
impl Freeze for ChainInternal
impl RefUnwindSafe for ChainInternal
impl Send for ChainInternal
impl Sync for ChainInternal
impl Unpin for ChainInternal
impl UnwindSafe for ChainInternal
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