pub struct CustomTypeHandle {
pub version: VersionHandle,
pub id: String,
}Fields§
§version: VersionHandle§id: StringImplementations§
Source§impl CustomTypeHandle
impl CustomTypeHandle
pub fn field_type(&self) -> FieldType
pub fn renamed_from(self, old_name: &str) -> CustomTypeHandle
Trait Implementations§
Source§impl Clone for CustomTypeHandle
impl Clone for CustomTypeHandle
Source§fn clone(&self) -> CustomTypeHandle
fn clone(&self) -> CustomTypeHandle
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 CustomTypeHandle
impl !RefUnwindSafe for CustomTypeHandle
impl !Send for CustomTypeHandle
impl !Sync for CustomTypeHandle
impl Unpin for CustomTypeHandle
impl UnsafeUnpin for CustomTypeHandle
impl !UnwindSafe for CustomTypeHandle
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