pub struct CallbackInterfaceMetadata {
pub module_path: String,
pub name: String,
}
Fields§
§module_path: String
§name: String
Trait Implementations§
Source§impl Clone for CallbackInterfaceMetadata
impl Clone for CallbackInterfaceMetadata
Source§fn clone(&self) -> CallbackInterfaceMetadata
fn clone(&self) -> CallbackInterfaceMetadata
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 CallbackInterfaceMetadata
impl Debug for CallbackInterfaceMetadata
Source§impl From<CallbackInterfaceMetadata> for Metadata
impl From<CallbackInterfaceMetadata> for Metadata
Source§fn from(v: CallbackInterfaceMetadata) -> Self
fn from(v: CallbackInterfaceMetadata) -> Self
Converts to this type from the input type.
Source§impl Ord for CallbackInterfaceMetadata
impl Ord for CallbackInterfaceMetadata
Source§fn cmp(&self, other: &CallbackInterfaceMetadata) -> Ordering
fn cmp(&self, other: &CallbackInterfaceMetadata) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for CallbackInterfaceMetadata
impl PartialOrd for CallbackInterfaceMetadata
impl Eq for CallbackInterfaceMetadata
impl StructuralPartialEq for CallbackInterfaceMetadata
Auto Trait Implementations§
impl Freeze for CallbackInterfaceMetadata
impl RefUnwindSafe for CallbackInterfaceMetadata
impl Send for CallbackInterfaceMetadata
impl Sync for CallbackInterfaceMetadata
impl Unpin for CallbackInterfaceMetadata
impl UnwindSafe for CallbackInterfaceMetadata
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