pub struct ModuleProfile {
pub name: Option<String>,
}Fields§
§name: Option<String>Trait Implementations§
Source§impl Clone for ModuleProfile
impl Clone for ModuleProfile
Source§fn clone(&self) -> ModuleProfile
fn clone(&self) -> ModuleProfile
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 ModuleProfile
impl Debug for ModuleProfile
Source§impl Default for ModuleProfile
impl Default for ModuleProfile
Source§fn default() -> ModuleProfile
fn default() -> ModuleProfile
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ModuleProfile
impl RefUnwindSafe for ModuleProfile
impl Send for ModuleProfile
impl Sync for ModuleProfile
impl Unpin for ModuleProfile
impl UnsafeUnpin for ModuleProfile
impl UnwindSafe for ModuleProfile
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