pub struct CompiledBinding {
pub content: String,
}Fields§
§content: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for CompiledBinding
impl RefUnwindSafe for CompiledBinding
impl Send for CompiledBinding
impl Sync for CompiledBinding
impl Unpin for CompiledBinding
impl UnsafeUnpin for CompiledBinding
impl UnwindSafe for CompiledBinding
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