Struct core::CreateType
source · [−]pub struct CreateType {
pub governance_id: String,
pub schema_id: String,
pub namespace: String,
pub payload: RequestPayload,
}
Expand description
Request for a Create type event
Fields
governance_id: String
schema_id: String
namespace: String
payload: RequestPayload
Trait Implementations
sourceimpl Clone for CreateType
impl Clone for CreateType
sourcefn clone(&self) -> CreateType
fn clone(&self) -> CreateType
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 CreateType
impl Send for CreateType
impl Sync for CreateType
impl Unpin for CreateType
impl UnwindSafe for CreateType
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