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