pub struct ImmediateDef { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ImmediateDef
impl Clone for ImmediateDef
Source§fn clone(&self) -> ImmediateDef
fn clone(&self) -> ImmediateDef
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Compilable for ImmediateDef
impl Compilable for ImmediateDef
Source§impl CompilableAsContent for ImmediateDef
impl CompilableAsContent for ImmediateDef
Source§fn get_compiled_content(
&self,
ctx: &ContextHandle,
) -> Result<PartialContent, Box<dyn Error>>
fn get_compiled_content( &self, ctx: &ContextHandle, ) -> Result<PartialContent, Box<dyn Error>>
Source§fn check_dependencies(&self, ctx: &ContextHandle) -> Option<String>
fn check_dependencies(&self, ctx: &ContextHandle) -> Option<String>
Source§impl Debug for ImmediateDef
impl Debug for ImmediateDef
Source§impl From<ImmediateDef> for CesFileBlock
impl From<ImmediateDef> for CesFileBlock
Source§fn from(imm: ImmediateDef) -> Self
fn from(imm: ImmediateDef) -> Self
Converts to this type from the input type.
Source§impl FromStr for ImmediateDef
impl FromStr for ImmediateDef
Source§type Err = ParseError<usize, String, AscesisError>
type Err = ParseError<usize, String, AscesisError>
The associated error which can be returned from parsing.
Source§fn from_str(s: &str) -> Result<Self, ParseError<usize, String, AscesisError>>
fn from_str(s: &str) -> Result<Self, ParseError<usize, String, AscesisError>>
Parses a string
s to return a value of this type. Read moreAuto Trait Implementations§
impl Freeze for ImmediateDef
impl RefUnwindSafe for ImmediateDef
impl Send for ImmediateDef
impl Sync for ImmediateDef
impl Unpin for ImmediateDef
impl UnwindSafe for ImmediateDef
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Reference, Outer, OuterFieldType, Inner> HasPart<Nested<Outer, Inner>> for Reference
impl<Reference, Outer, OuterFieldType, Inner> HasPart<Nested<Outer, Inner>> for Reference
Source§unsafe fn part_ptr(
ptr: *const <Reference as PartialRefTarget>::RawTarget,
) -> <<Inner as Part>::PartType as PartType>::Ptr
unsafe fn part_ptr( ptr: *const <Reference as PartialRefTarget>::RawTarget, ) -> <<Inner as Part>::PartType as PartType>::Ptr
Given a constant pointer to a target, produce a constant pointer to a part of it.
Source§unsafe fn part_ptr_mut(
ptr: *mut <Reference as PartialRefTarget>::RawTarget,
) -> <<Inner as Part>::PartType as PartType>::PtrMut
unsafe fn part_ptr_mut( ptr: *mut <Reference as PartialRefTarget>::RawTarget, ) -> <<Inner as Part>::PartType as PartType>::PtrMut
Given a mutable pointer to a target, produce a mutable pointer to a part of it.