pub enum SealPolicy {
RequiredOnShare,
}Expand description
Mandatory authority-sealing policy for shared regions.
Variants§
Seal or attenuate native authority during the consuming share transition.
Trait Implementations§
Source§impl Clone for SealPolicy
impl Clone for SealPolicy
Source§fn clone(&self) -> SealPolicy
fn clone(&self) -> SealPolicy
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 moreimpl Copy for SealPolicy
Source§impl Debug for SealPolicy
impl Debug for SealPolicy
impl Eq for SealPolicy
Source§impl PartialEq for SealPolicy
impl PartialEq for SealPolicy
impl StructuralPartialEq for SealPolicy
Auto Trait Implementations§
impl Freeze for SealPolicy
impl RefUnwindSafe for SealPolicy
impl Send for SealPolicy
impl Sync for SealPolicy
impl Unpin for SealPolicy
impl UnsafeUnpin for SealPolicy
impl UnwindSafe for SealPolicy
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