pub struct SchemaUpdateAction { /* private fields */ }Expand description
Native representation of an “update schema” action
Implementations
sourceimpl SchemaUpdateAction
impl SchemaUpdateAction
pub fn schema_name(&self) -> &str
pub fn owner(&self) -> &str
pub fn properties(&self) -> &[PropertyDefinition]
Trait Implementations
sourceimpl Clone for SchemaUpdateAction
impl Clone for SchemaUpdateAction
sourcefn clone(&self) -> SchemaUpdateAction
fn clone(&self) -> SchemaUpdateAction
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 more
sourceimpl Debug for SchemaUpdateAction
impl Debug for SchemaUpdateAction
sourceimpl Default for SchemaUpdateAction
impl Default for SchemaUpdateAction
sourcefn default() -> SchemaUpdateAction
fn default() -> SchemaUpdateAction
Returns the “default value” for a type. Read more
sourceimpl FromBytes<SchemaUpdateAction> for SchemaUpdateAction
impl FromBytes<SchemaUpdateAction> for SchemaUpdateAction
fn from_bytes(bytes: &[u8]) -> Result<SchemaUpdateAction, ProtoConversionError>
sourceimpl FromNative<SchemaUpdateAction> for SchemaUpdateAction
impl FromNative<SchemaUpdateAction> for SchemaUpdateAction
fn from_native(
schema_update: SchemaUpdateAction
) -> Result<Self, ProtoConversionError>
sourceimpl FromProto<SchemaUpdateAction> for SchemaUpdateAction
impl FromProto<SchemaUpdateAction> for SchemaUpdateAction
fn from_proto(
schema_update: SchemaUpdateAction
) -> Result<Self, ProtoConversionError>
sourceimpl IntoBytes for SchemaUpdateAction
impl IntoBytes for SchemaUpdateAction
fn into_bytes(self) -> Result<Vec<u8>, ProtoConversionError>
sourceimpl IntoNative<SchemaUpdateAction> for SchemaUpdateAction
impl IntoNative<SchemaUpdateAction> for SchemaUpdateAction
fn into_native(self) -> Result<T, ProtoConversionError>
sourceimpl IntoProto<SchemaUpdateAction> for SchemaUpdateAction
impl IntoProto<SchemaUpdateAction> for SchemaUpdateAction
fn into_proto(self) -> Result<T, ProtoConversionError>
sourceimpl PartialEq<SchemaUpdateAction> for SchemaUpdateAction
impl PartialEq<SchemaUpdateAction> for SchemaUpdateAction
sourcefn eq(&self, other: &SchemaUpdateAction) -> bool
fn eq(&self, other: &SchemaUpdateAction) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SchemaUpdateAction) -> bool
fn ne(&self, other: &SchemaUpdateAction) -> bool
This method tests for !=.
impl StructuralPartialEq for SchemaUpdateAction
Auto Trait Implementations
impl RefUnwindSafe for SchemaUpdateAction
impl Send for SchemaUpdateAction
impl Sync for SchemaUpdateAction
impl Unpin for SchemaUpdateAction
impl UnwindSafe for SchemaUpdateAction
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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