pub struct ExportedMethodInfo {
pub name: String,
pub internal_name: String,
}
Expand description
Information about an exported method.
Fields§
§name: String
§internal_name: String
Trait Implementations§
Source§impl Debug for ExportedMethodInfo
impl Debug for ExportedMethodInfo
Source§impl TryFrom<&ExportedMethodInfo> for CanisterEndpoint
impl TryFrom<&ExportedMethodInfo> for CanisterEndpoint
Auto Trait Implementations§
impl Freeze for ExportedMethodInfo
impl RefUnwindSafe for ExportedMethodInfo
impl Send for ExportedMethodInfo
impl Sync for ExportedMethodInfo
impl Unpin for ExportedMethodInfo
impl UnwindSafe for ExportedMethodInfo
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