pub enum TypeSource {
Apidoc {
raw: String,
entry_name: String,
},
Bindings {
raw: String,
},
Inferred,
Parsed,
}Expand description
型の出自情報
Variants§
Trait Implementations§
Source§impl Clone for TypeSource
impl Clone for TypeSource
Source§fn clone(&self) -> TypeSource
fn clone(&self) -> TypeSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TypeSource
impl RefUnwindSafe for TypeSource
impl Send for TypeSource
impl Sync for TypeSource
impl Unpin for TypeSource
impl UnsafeUnpin for TypeSource
impl UnwindSafe for TypeSource
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