pub enum BlobSpoolProtection {
Opaque(EncryptionService),
Browsable,
}Expand description
Protection selected by the audience authority that prepares a blob spool.
Variants§
Opaque(EncryptionService)
Browsable
Trait Implementations§
Source§impl Clone for BlobSpoolProtection
impl Clone for BlobSpoolProtection
Source§fn clone(&self) -> BlobSpoolProtection
fn clone(&self) -> BlobSpoolProtection
Returns a duplicate of the value. Read more
1.0.0 · 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 BlobSpoolProtection
impl RefUnwindSafe for BlobSpoolProtection
impl Send for BlobSpoolProtection
impl Sync for BlobSpoolProtection
impl Unpin for BlobSpoolProtection
impl UnsafeUnpin for BlobSpoolProtection
impl UnwindSafe for BlobSpoolProtection
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