pub enum SFrameTransformErrorEventType {
AUTHENTICATION,
KEY_ID,
SYNTAX,
}Variants§
Trait Implementations§
Source§impl Clone for SFrameTransformErrorEventType
impl Clone for SFrameTransformErrorEventType
Source§fn clone(&self) -> SFrameTransformErrorEventType
fn clone(&self) -> SFrameTransformErrorEventType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl From<&SFrameTransformErrorEventType> for Any
impl From<&SFrameTransformErrorEventType> for Any
Source§fn from(s: &SFrameTransformErrorEventType) -> Any
fn from(s: &SFrameTransformErrorEventType) -> Any
Converts to this type from the input type.
Source§impl From<SFrameTransformErrorEventType> for Any
impl From<SFrameTransformErrorEventType> for Any
Source§fn from(s: SFrameTransformErrorEventType) -> Any
fn from(s: SFrameTransformErrorEventType) -> Any
Converts to this type from the input type.
Source§impl PartialEq for SFrameTransformErrorEventType
impl PartialEq for SFrameTransformErrorEventType
Source§fn eq(&self, other: &SFrameTransformErrorEventType) -> bool
fn eq(&self, other: &SFrameTransformErrorEventType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SFrameTransformErrorEventType
impl PartialOrd for SFrameTransformErrorEventType
impl Copy for SFrameTransformErrorEventType
impl StructuralPartialEq for SFrameTransformErrorEventType
Auto Trait Implementations§
impl Freeze for SFrameTransformErrorEventType
impl RefUnwindSafe for SFrameTransformErrorEventType
impl Send for SFrameTransformErrorEventType
impl Sync for SFrameTransformErrorEventType
impl Unpin for SFrameTransformErrorEventType
impl UnwindSafe for SFrameTransformErrorEventType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more