pub struct Buffer<S = &'static str> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S = &'static str> !Freeze for Buffer<S>
impl<S> RefUnwindSafe for Buffer<S>where
S: RefUnwindSafe,
impl<S> Send for Buffer<S>where
S: Send,
impl<S> Sync for Buffer<S>where
S: Sync,
impl<S> Unpin for Buffer<S>where
S: Unpin,
impl<S> UnwindSafe for Buffer<S>where
S: UnwindSafe,
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