pub struct OperationalDatasetResponse {
pub operational_dataset: Option<Vec<u8>>,
}Fields§
§operational_dataset: Option<Vec<u8>>Trait Implementations§
Source§impl Debug for OperationalDatasetResponse
impl Debug for OperationalDatasetResponse
Auto Trait Implementations§
impl Freeze for OperationalDatasetResponse
impl RefUnwindSafe for OperationalDatasetResponse
impl Send for OperationalDatasetResponse
impl Sync for OperationalDatasetResponse
impl Unpin for OperationalDatasetResponse
impl UnwindSafe for OperationalDatasetResponse
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