pub struct BeginString;Expand description
BeginString (8).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BeginString
impl RefUnwindSafe for BeginString
impl Send for BeginString
impl Sync for BeginString
impl Unpin for BeginString
impl UnsafeUnpin for BeginString
impl UnwindSafe for BeginString
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