pub enum SecretMaterialMode {
Branch,
Value,
}Variants§
Trait Implementations§
Source§impl Clone for SecretMaterialMode
impl Clone for SecretMaterialMode
Source§fn clone(&self) -> SecretMaterialMode
fn clone(&self) -> SecretMaterialMode
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 SecretMaterialMode
Source§impl Debug for SecretMaterialMode
impl Debug for SecretMaterialMode
impl Eq for SecretMaterialMode
Source§impl PartialEq for SecretMaterialMode
impl PartialEq for SecretMaterialMode
impl StructuralPartialEq for SecretMaterialMode
Auto Trait Implementations§
impl Freeze for SecretMaterialMode
impl RefUnwindSafe for SecretMaterialMode
impl Send for SecretMaterialMode
impl Sync for SecretMaterialMode
impl Unpin for SecretMaterialMode
impl UnsafeUnpin for SecretMaterialMode
impl UnwindSafe for SecretMaterialMode
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