pub(crate) struct BufferData {
pub(crate) name: String,
pub(crate) text: Buffer,
}
Expand description
The actual data of the buffer. Buffer local variables will be stored here eventually.
Fields§
§name: String
§text: Buffer
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BufferData
impl RefUnwindSafe for BufferData
impl Send for BufferData
impl Sync for BufferData
impl Unpin for BufferData
impl UnwindSafe for BufferData
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