pub struct Unsealed {
pub encrypted_offset: u64,
pub state: VolumeState,
pub secrets: JvckSecrets,
}Expand description
What MetadataCodec::unseal recovers from one replica’s EncryptedMetadata.
Fields§
§encrypted_offset: u64§state: VolumeState§secrets: JvckSecretsAuto Trait Implementations§
impl Freeze for Unsealed
impl RefUnwindSafe for Unsealed
impl Send for Unsealed
impl Sync for Unsealed
impl Unpin for Unsealed
impl UnsafeUnpin for Unsealed
impl UnwindSafe for Unsealed
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