pub struct ReadManagementVersionInformationReply { /* private fields */ }
Expand description
Reply for ReadManagementVersionInformation
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadManagementVersionInformationReply
impl RefUnwindSafe for ReadManagementVersionInformationReply
impl Send for ReadManagementVersionInformationReply
impl Sync for ReadManagementVersionInformationReply
impl Unpin for ReadManagementVersionInformationReply
impl UnwindSafe for ReadManagementVersionInformationReply
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