pub struct PathWithHash {
pub path: String,
pub hash: [u8; 32],
}Fields§
§path: String§hash: [u8; 32]Implementations§
Trait Implementations§
Source§impl Clone for PathWithHash
impl Clone for PathWithHash
Source§fn clone(&self) -> PathWithHash
fn clone(&self) -> PathWithHash
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 moreAuto Trait Implementations§
impl Freeze for PathWithHash
impl RefUnwindSafe for PathWithHash
impl Send for PathWithHash
impl Sync for PathWithHash
impl Unpin for PathWithHash
impl UnsafeUnpin for PathWithHash
impl UnwindSafe for PathWithHash
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