pub struct BatchEntryPayload {
pub id: String,
pub payload: ConfiguratePayload,
}Expand description
Single entry used by load_all and save_all.
Fields§
§id: String§payload: ConfiguratePayloadTrait Implementations§
Source§impl Debug for BatchEntryPayload
impl Debug for BatchEntryPayload
Source§impl<'de> Deserialize<'de> for BatchEntryPayload
impl<'de> Deserialize<'de> for BatchEntryPayload
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
Auto Trait Implementations§
impl Freeze for BatchEntryPayload
impl RefUnwindSafe for BatchEntryPayload
impl Send for BatchEntryPayload
impl Sync for BatchEntryPayload
impl Unpin for BatchEntryPayload
impl UnsafeUnpin for BatchEntryPayload
impl UnwindSafe for BatchEntryPayload
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