pub struct AssetRef {
pub name: String,
pub device_name: String,
pub inbound_endpoint_name: String,
}
Expand description
A reference to an asset, which includes the asset name, device name, and inbound endpoint name.
Fields§
§name: String
The name of the asset
device_name: String
The name of the device
inbound_endpoint_name: String
The name of the endpoint
Trait Implementations§
impl Eq for AssetRef
impl StructuralPartialEq for AssetRef
Auto Trait Implementations§
impl Freeze for AssetRef
impl RefUnwindSafe for AssetRef
impl Send for AssetRef
impl Sync for AssetRef
impl Unpin for AssetRef
impl UnwindSafe for AssetRef
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