pub struct Reboot {}
Available on crate feature
management-client
only.Trait Implementations§
impl Eq for Reboot
impl StructuralPartialEq for Reboot
Auto Trait Implementations§
impl Freeze for Reboot
impl RefUnwindSafe for Reboot
impl Send for Reboot
impl Sync for Reboot
impl Unpin for Reboot
impl UnwindSafe for Reboot
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