pub struct Pin {
pub platform_key: &'static str,
pub bundle_name: &'static str,
pub sha256: &'static str,
}Expand description
A pinned bundle: name and sha256 as published on the GitHub release.
Fields§
§platform_key: &'static str§bundle_name: &'static str§sha256: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for Pin
impl RefUnwindSafe for Pin
impl Send for Pin
impl Sync for Pin
impl Unpin for Pin
impl UnsafeUnpin for Pin
impl UnwindSafe for Pin
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