pub struct DataSpec {
pub format: Option<&'static str>,
pub zxcrypt: bool,
}
Fields§
§format: Option<&'static str>
§zxcrypt: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataSpec
impl RefUnwindSafe for DataSpec
impl Send for DataSpec
impl Sync for DataSpec
impl Unpin for DataSpec
impl UnwindSafe for DataSpec
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