Enum core::CreateRequest
source · [−]pub enum CreateRequest {
Create(CreateType),
State(StateType),
}
Expand description
Specification of the different types of available requests
Variants
Create(CreateType)
State(StateType)
Trait Implementations
sourceimpl Clone for CreateRequest
impl Clone for CreateRequest
sourcefn clone(&self) -> CreateRequest
fn clone(&self) -> CreateRequest
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for CreateRequest
impl Send for CreateRequest
impl Sync for CreateRequest
impl Unpin for CreateRequest
impl UnwindSafe for CreateRequest
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