pub struct SectionCommandRequest {
pub idempotency_key: String,
pub section: String,
pub expected_revision: u64,
}Fields§
§idempotency_key: String§section: String§expected_revision: u64Implementations§
Trait Implementations§
Source§impl Clone for SectionCommandRequest
impl Clone for SectionCommandRequest
Source§fn clone(&self) -> SectionCommandRequest
fn clone(&self) -> SectionCommandRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SectionCommandRequest
impl Debug for SectionCommandRequest
Source§impl<'de> Deserialize<'de> for SectionCommandRequest
impl<'de> Deserialize<'de> for SectionCommandRequest
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 SectionCommandRequest
impl RefUnwindSafe for SectionCommandRequest
impl Send for SectionCommandRequest
impl Sync for SectionCommandRequest
impl Unpin for SectionCommandRequest
impl UnsafeUnpin for SectionCommandRequest
impl UnwindSafe for SectionCommandRequest
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