pub enum SingleAccessKeyChangesByBlockIdChangesType {
SingleAccessKeyChanges,
}
Expand description
SingleAccessKeyChangesByBlockIdChangesType
JSON schema
{
"type": "string",
"enum": [
"single_access_key_changes"
]
}
Variants§
SingleAccessKeyChanges
Trait Implementations§
Source§impl Clone for SingleAccessKeyChangesByBlockIdChangesType
impl Clone for SingleAccessKeyChangesByBlockIdChangesType
Source§fn clone(&self) -> SingleAccessKeyChangesByBlockIdChangesType
fn clone(&self) -> SingleAccessKeyChangesByBlockIdChangesType
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<'de> Deserialize<'de> for SingleAccessKeyChangesByBlockIdChangesType
impl<'de> Deserialize<'de> for SingleAccessKeyChangesByBlockIdChangesType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&SingleAccessKeyChangesByBlockIdChangesType> for SingleAccessKeyChangesByBlockIdChangesType
impl From<&SingleAccessKeyChangesByBlockIdChangesType> for SingleAccessKeyChangesByBlockIdChangesType
Source§fn from(value: &SingleAccessKeyChangesByBlockIdChangesType) -> Self
fn from(value: &SingleAccessKeyChangesByBlockIdChangesType) -> Self
Converts to this type from the input type.
Source§impl Ord for SingleAccessKeyChangesByBlockIdChangesType
impl Ord for SingleAccessKeyChangesByBlockIdChangesType
Source§fn cmp(&self, other: &SingleAccessKeyChangesByBlockIdChangesType) -> Ordering
fn cmp(&self, other: &SingleAccessKeyChangesByBlockIdChangesType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SingleAccessKeyChangesByBlockIdChangesType
impl PartialEq for SingleAccessKeyChangesByBlockIdChangesType
Source§fn eq(&self, other: &SingleAccessKeyChangesByBlockIdChangesType) -> bool
fn eq(&self, other: &SingleAccessKeyChangesByBlockIdChangesType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for SingleAccessKeyChangesByBlockIdChangesType
impl PartialOrd for SingleAccessKeyChangesByBlockIdChangesType
Source§impl TryFrom<&String> for SingleAccessKeyChangesByBlockIdChangesType
impl TryFrom<&String> for SingleAccessKeyChangesByBlockIdChangesType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for SingleAccessKeyChangesByBlockIdChangesType
impl TryFrom<&str> for SingleAccessKeyChangesByBlockIdChangesType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for SingleAccessKeyChangesByBlockIdChangesType
impl TryFrom<String> for SingleAccessKeyChangesByBlockIdChangesType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
impl Copy for SingleAccessKeyChangesByBlockIdChangesType
impl Eq for SingleAccessKeyChangesByBlockIdChangesType
impl StructuralPartialEq for SingleAccessKeyChangesByBlockIdChangesType
Auto Trait Implementations§
impl Freeze for SingleAccessKeyChangesByBlockIdChangesType
impl RefUnwindSafe for SingleAccessKeyChangesByBlockIdChangesType
impl Send for SingleAccessKeyChangesByBlockIdChangesType
impl Sync for SingleAccessKeyChangesByBlockIdChangesType
impl Unpin for SingleAccessKeyChangesByBlockIdChangesType
impl UnwindSafe for SingleAccessKeyChangesByBlockIdChangesType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string
, but without panic on OOM.