pub struct RemoteContent {
pub name: String,
pub url: String,
pub sha256: String,
}
Expand description
Defines remote content that can be downloaded securely.
Fields§
§name: String
Identifier used for configuring an override for the URL.
url: String
§sha256: String
Auto Trait Implementations§
impl Freeze for RemoteContent
impl RefUnwindSafe for RemoteContent
impl Send for RemoteContent
impl Sync for RemoteContent
impl Unpin for RemoteContent
impl UnwindSafe for RemoteContent
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