pub struct InspectorContext {
pub profile_id: ProfileId,
pub folder_id: FolderId,
pub plugin_id: PluginId,
pub action_id: ActionId,
pub tile_id: TileId,
}
Fields§
§profile_id: ProfileId
§folder_id: FolderId
§plugin_id: PluginId
§action_id: ActionId
§tile_id: TileId
Trait Implementations§
Source§impl Clone for InspectorContext
impl Clone for InspectorContext
Source§fn clone(&self) -> InspectorContext
fn clone(&self) -> InspectorContext
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 InspectorContext
impl Debug for InspectorContext
Source§impl<'de> Deserialize<'de> for InspectorContext
impl<'de> Deserialize<'de> for InspectorContext
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
Source§impl PartialEq for InspectorContext
impl PartialEq for InspectorContext
Source§impl Serialize for InspectorContext
impl Serialize for InspectorContext
impl Eq for InspectorContext
impl StructuralPartialEq for InspectorContext
Auto Trait Implementations§
impl Freeze for InspectorContext
impl RefUnwindSafe for InspectorContext
impl Send for InspectorContext
impl Sync for InspectorContext
impl Unpin for InspectorContext
impl UnwindSafe for InspectorContext
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