pub struct TdeR { /* private fields */ }
Expand description
Value of the field TDE
Implementations§
Auto Trait Implementations§
impl Freeze for TdeR
impl RefUnwindSafe for TdeR
impl Send for TdeR
impl Sync for TdeR
impl Unpin for TdeR
impl UnwindSafe for TdeR
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