pub struct ResourceSettingsV1TypeSettings;
Trait Implementations§
Source§impl Clone for ResourceSettingsV1TypeSettings
impl Clone for ResourceSettingsV1TypeSettings
Source§fn clone(&self) -> ResourceSettingsV1TypeSettings
fn clone(&self) -> ResourceSettingsV1TypeSettings
Returns a copy 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 Default for ResourceSettingsV1TypeSettings
impl Default for ResourceSettingsV1TypeSettings
Source§fn default() -> ResourceSettingsV1TypeSettings
fn default() -> ResourceSettingsV1TypeSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResourceSettingsV1TypeSettings
impl<'de> Deserialize<'de> for ResourceSettingsV1TypeSettings
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 LitStr for ResourceSettingsV1TypeSettings
impl LitStr for ResourceSettingsV1TypeSettings
const LIT: &'static str = "settings"
fn lit_serialize<S>(
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn lit_deserialize<'de, D>(
deserializer: D,
) -> Result<(), <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Self: Sized,
fn lit_hash<H>(state: &mut H)where
H: Hasher,
fn lit_fmt(f: &mut Formatter<'_>) -> Result<(), Error>
Source§impl PartialEq for ResourceSettingsV1TypeSettings
impl PartialEq for ResourceSettingsV1TypeSettings
Source§fn eq(&self, other: &ResourceSettingsV1TypeSettings) -> bool
fn eq(&self, other: &ResourceSettingsV1TypeSettings) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for ResourceSettingsV1TypeSettings
impl StructuralPartialEq for ResourceSettingsV1TypeSettings
Auto Trait Implementations§
impl Freeze for ResourceSettingsV1TypeSettings
impl RefUnwindSafe for ResourceSettingsV1TypeSettings
impl Send for ResourceSettingsV1TypeSettings
impl Sync for ResourceSettingsV1TypeSettings
impl Unpin for ResourceSettingsV1TypeSettings
impl UnwindSafe for ResourceSettingsV1TypeSettings
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