pub struct LicmExtSourceBuffer {
pub content: String,
}Expand description
LICM source buffer
Fields§
§content: StringImplementations§
Trait Implementations§
Source§impl Debug for LicmExtSourceBuffer
impl Debug for LicmExtSourceBuffer
Source§impl Default for LicmExtSourceBuffer
impl Default for LicmExtSourceBuffer
Source§fn default() -> LicmExtSourceBuffer
fn default() -> LicmExtSourceBuffer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LicmExtSourceBuffer
impl RefUnwindSafe for LicmExtSourceBuffer
impl Send for LicmExtSourceBuffer
impl Sync for LicmExtSourceBuffer
impl Unpin for LicmExtSourceBuffer
impl UnsafeUnpin for LicmExtSourceBuffer
impl UnwindSafe for LicmExtSourceBuffer
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