pub struct TypedComptime {
pub ast: Block,
}Fields§
§ast: BlockTrait Implementations§
Source§impl Clone for TypedComptime
impl Clone for TypedComptime
Source§fn clone(&self) -> TypedComptime
fn clone(&self) -> TypedComptime
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 moreAuto Trait Implementations§
impl Freeze for TypedComptime
impl RefUnwindSafe for TypedComptime
impl Send for TypedComptime
impl Sync for TypedComptime
impl Unpin for TypedComptime
impl UnwindSafe for TypedComptime
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