pub struct ToolStateEntry { /* private fields */ }Implementations§
Source§impl ToolStateEntry
impl ToolStateEntry
pub fn manifest(&self) -> &ToolManifest
pub fn manifest_mut(&mut self) -> &mut ToolManifest
Trait Implementations§
Source§impl Clone for ToolStateEntry
impl Clone for ToolStateEntry
Source§fn clone(&self) -> ToolStateEntry
fn clone(&self) -> ToolStateEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ToolStateEntry
impl Debug for ToolStateEntry
Source§impl<'de> Deserialize<'de> for ToolStateEntry
impl<'de> Deserialize<'de> for ToolStateEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ToolStateEntry
impl RefUnwindSafe for ToolStateEntry
impl Send for ToolStateEntry
impl Sync for ToolStateEntry
impl Unpin for ToolStateEntry
impl UnsafeUnpin for ToolStateEntry
impl UnwindSafe for ToolStateEntry
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