pub struct DdsState {
pub secret_path: PathBuf,
}Fields§
§secret_path: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for DdsState
impl RefUnwindSafe for DdsState
impl Send for DdsState
impl Sync for DdsState
impl Unpin for DdsState
impl UnwindSafe for DdsState
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