pub struct BatchChangeEntry {
pub subscription_id: String,
pub content_type: String,
pub body: Value,
pub changes: Vec<FrameChange>,
pub decode_error: Option<String>,
}Fields§
§subscription_id: String§content_type: String§body: Value§changes: Vec<FrameChange>§decode_error: Option<String>Trait Implementations§
Source§impl Clone for BatchChangeEntry
impl Clone for BatchChangeEntry
Source§fn clone(&self) -> BatchChangeEntry
fn clone(&self) -> BatchChangeEntry
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 moreAuto Trait Implementations§
impl Freeze for BatchChangeEntry
impl RefUnwindSafe for BatchChangeEntry
impl Send for BatchChangeEntry
impl Sync for BatchChangeEntry
impl Unpin for BatchChangeEntry
impl UnsafeUnpin for BatchChangeEntry
impl UnwindSafe for BatchChangeEntry
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