pub struct SurroundGroup { /* private fields */ }
Expand description
§SurroundGroup
inline = "text"
multi = """
text
"""
Implementations§
Source§impl SurroundGroup
impl SurroundGroup
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SurroundGroup
impl RefUnwindSafe for SurroundGroup
impl Send for SurroundGroup
impl Sync for SurroundGroup
impl Unpin for SurroundGroup
impl UnwindSafe for SurroundGroup
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