pub struct ObjectHashes {
pub tags: Hash,
pub topology: Hash,
pub data: Hash,
}Fields§
§topology: Hash§data: HashTrait Implementations§
Auto Trait Implementations§
impl Freeze for ObjectHashes
impl RefUnwindSafe for ObjectHashes
impl Send for ObjectHashes
impl Sync for ObjectHashes
impl Unpin for ObjectHashes
impl UnwindSafe for ObjectHashes
Blanket Implementations§
Source§impl<T> AsAny for T
impl<T> AsAny for T
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