pub struct CustomTypeRustBuilder {
pub version: VersionHandle,
pub id: String,
pub rust_type: String,
}Fields§
§version: VersionHandle§id: String§rust_type: StringImplementations§
Source§impl CustomTypeRustBuilder
impl CustomTypeRustBuilder
pub fn base_type(self, base_type: Type) -> CustomTypeHandle
Auto Trait Implementations§
impl Freeze for CustomTypeRustBuilder
impl !RefUnwindSafe for CustomTypeRustBuilder
impl !Send for CustomTypeRustBuilder
impl !Sync for CustomTypeRustBuilder
impl Unpin for CustomTypeRustBuilder
impl UnsafeUnpin for CustomTypeRustBuilder
impl !UnwindSafe for CustomTypeRustBuilder
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