pub enum FromSource<'a> {
Single(&'a [u8]),
}Expand description
A ProgramBuilderType implementation for programs to be compiled from
source
Variants§
Trait Implementations§
impl<'a> ProgramBuilderType for FromSource<'a>
Auto Trait Implementations§
impl<'a> Freeze for FromSource<'a>
impl<'a> RefUnwindSafe for FromSource<'a>
impl<'a> Send for FromSource<'a>
impl<'a> Sync for FromSource<'a>
impl<'a> Unpin for FromSource<'a>
impl<'a> UnsafeUnpin for FromSource<'a>
impl<'a> UnwindSafe for FromSource<'a>
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