Struct jupyter::value_type::InspectModule
source · pub struct InspectModule {
pub id: u32,
pub name: String,
pub path: String,
}Expand description
Add module
Fields§
§id: u32The module’s identifier.
name: StringThe module’s name.
path: StringThe module’s path.
Trait Implementations§
source§impl Clone for InspectModule
impl Clone for InspectModule
source§fn clone(&self) -> InspectModule
fn clone(&self) -> InspectModule
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 InspectModule
impl Debug for InspectModule
source§impl From<InspectModule> for Module
impl From<InspectModule> for Module
source§fn from(value: InspectModule) -> Self
fn from(value: InspectModule) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for InspectModule
impl Send for InspectModule
impl Sync for InspectModule
impl Unpin for InspectModule
impl UnwindSafe for InspectModule
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