pub enum SecFileFmt {
Yaml,
Toml,
}Variants§
Auto Trait Implementations§
impl Freeze for SecFileFmt
impl RefUnwindSafe for SecFileFmt
impl Send for SecFileFmt
impl Sync for SecFileFmt
impl Unpin for SecFileFmt
impl UnsafeUnpin for SecFileFmt
impl UnwindSafe for SecFileFmt
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