Enum rust_corosync::cpg::ModelData
source · [−]pub enum ModelData {
ModelNone,
ModelV1(Model1Data),
}Expand description
Modeldata for initialize, only v1 supported at the moment
Variants
ModelNone
ModelV1(Model1Data)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ModelData
impl Send for ModelData
impl Sync for ModelData
impl Unpin for ModelData
impl UnwindSafe for ModelData
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