pub struct NyarImportInfo {
pub provider: String,
pub symbol: QualifiedName,
}Expand description
导入信息
Fields§
§provider: String§symbol: QualifiedNameTrait Implementations§
Source§impl Clone for NyarImportInfo
impl Clone for NyarImportInfo
Source§fn clone(&self) -> NyarImportInfo
fn clone(&self) -> NyarImportInfo
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 NyarImportInfo
impl Debug for NyarImportInfo
Source§impl<'de> Deserialize<'de> for NyarImportInfo
impl<'de> Deserialize<'de> for NyarImportInfo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for NyarImportInfo
impl PartialEq for NyarImportInfo
Source§impl Serialize for NyarImportInfo
impl Serialize for NyarImportInfo
impl Eq for NyarImportInfo
impl StructuralPartialEq for NyarImportInfo
Auto Trait Implementations§
impl Freeze for NyarImportInfo
impl RefUnwindSafe for NyarImportInfo
impl Send for NyarImportInfo
impl Sync for NyarImportInfo
impl Unpin for NyarImportInfo
impl UnsafeUnpin for NyarImportInfo
impl UnwindSafe for NyarImportInfo
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