pub struct RootCodegenIr {
pub type_name_override: Option<String>,
}Fields§
§type_name_override: Option<String>Implementations§
Source§impl RootCodegenIr
impl RootCodegenIr
Sourcepub fn builder() -> RootCodegenIrBuilder
pub fn builder() -> RootCodegenIrBuilder
Create an instance of RootCodegenIr using the builder syntax
Trait Implementations§
Source§impl Clone for RootCodegenIr
impl Clone for RootCodegenIr
Source§fn clone(&self) -> RootCodegenIr
fn clone(&self) -> RootCodegenIr
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 Debug for RootCodegenIr
impl Debug for RootCodegenIr
Source§impl Default for RootCodegenIr
impl Default for RootCodegenIr
Source§fn default() -> RootCodegenIr
fn default() -> RootCodegenIr
Returns the “default value” for a type. Read more
Source§impl PartialEq for RootCodegenIr
impl PartialEq for RootCodegenIr
impl Eq for RootCodegenIr
impl StructuralPartialEq for RootCodegenIr
Auto Trait Implementations§
impl Freeze for RootCodegenIr
impl RefUnwindSafe for RootCodegenIr
impl Send for RootCodegenIr
impl Sync for RootCodegenIr
impl Unpin for RootCodegenIr
impl UnsafeUnpin for RootCodegenIr
impl UnwindSafe for RootCodegenIr
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.