pub enum TypeRefBuilder {
Named(String),
NamedNN(String),
List(String),
ListNN(String),
NNList(String),
NNListNN(String),
}
Variants§
Implementations§
Trait Implementations§
Source§impl From<TypeRefBuilder> for TypeRef
impl From<TypeRefBuilder> for TypeRef
Source§fn from(value: TypeRefBuilder) -> Self
fn from(value: TypeRefBuilder) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TypeRefBuilder
impl RefUnwindSafe for TypeRefBuilder
impl Send for TypeRefBuilder
impl Sync for TypeRefBuilder
impl Unpin for TypeRefBuilder
impl UnwindSafe for TypeRefBuilder
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