pub struct RuntimeUsageLocation {
pub kind: Kind,
pub workspace_id: String,
pub path: String,
}Expand description
RuntimeUsageLocation : One concrete usage of a language (#190/#255 runtime governance).
Fields§
§kind: Kind§workspace_id: String§path: StringImplementations§
Trait Implementations§
Source§impl Clone for RuntimeUsageLocation
impl Clone for RuntimeUsageLocation
Source§fn clone(&self) -> RuntimeUsageLocation
fn clone(&self) -> RuntimeUsageLocation
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 RuntimeUsageLocation
impl Debug for RuntimeUsageLocation
Source§impl Default for RuntimeUsageLocation
impl Default for RuntimeUsageLocation
Source§fn default() -> RuntimeUsageLocation
fn default() -> RuntimeUsageLocation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RuntimeUsageLocation
impl<'de> Deserialize<'de> for RuntimeUsageLocation
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 RuntimeUsageLocation
impl PartialEq for RuntimeUsageLocation
Source§impl Serialize for RuntimeUsageLocation
impl Serialize for RuntimeUsageLocation
impl StructuralPartialEq for RuntimeUsageLocation
Auto Trait Implementations§
impl Freeze for RuntimeUsageLocation
impl RefUnwindSafe for RuntimeUsageLocation
impl Send for RuntimeUsageLocation
impl Sync for RuntimeUsageLocation
impl Unpin for RuntimeUsageLocation
impl UnsafeUnpin for RuntimeUsageLocation
impl UnwindSafe for RuntimeUsageLocation
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