pub struct ExternalType {
pub type_name: String,
pub number: u32,
}
Fields§
§type_name: String
§number: u32
Trait Implementations§
Source§impl Clone for ExternalType
impl Clone for ExternalType
Source§fn clone(&self) -> ExternalType
fn clone(&self) -> ExternalType
Returns a copy 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 ExternalType
impl Debug for ExternalType
Source§impl Hash for ExternalType
impl Hash for ExternalType
Source§impl PartialEq for ExternalType
impl PartialEq for ExternalType
impl Eq for ExternalType
impl StructuralPartialEq for ExternalType
Auto Trait Implementations§
impl Freeze for ExternalType
impl RefUnwindSafe for ExternalType
impl Send for ExternalType
impl Sync for ExternalType
impl Unpin for ExternalType
impl UnwindSafe for ExternalType
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