Enum rust_corosync::cfg::ShutdownReply
source · [−]pub enum ShutdownReply {
Yes,
No,
}Expand description
Responses for reply_to_shutdown
Variants
Yes
No
Auto Trait Implementations
impl RefUnwindSafe for ShutdownReply
impl Send for ShutdownReply
impl Sync for ShutdownReply
impl Unpin for ShutdownReply
impl UnwindSafe for ShutdownReply
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more