pub struct PinnedHash {
pub hash: String,
pub pin_type: PinType,
}
Fields§
§hash: String
§pin_type: PinType
Auto Trait Implementations§
impl Freeze for PinnedHash
impl RefUnwindSafe for PinnedHash
impl Send for PinnedHash
impl Sync for PinnedHash
impl Unpin for PinnedHash
impl UnwindSafe for PinnedHash
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