Struct librojo::web_api::WriteRequest [−][src]
pub struct WriteRequest {
pub session_id: SessionId,
pub removed: Vec<Ref>,
pub added: HashMap<Ref, ()>,
pub updated: Vec<InstanceUpdate>,
}Fields
session_id: SessionIdremoved: Vec<Ref>added: HashMap<Ref, ()>updated: Vec<InstanceUpdate>Trait Implementations
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 RefUnwindSafe for WriteRequest
impl Send for WriteRequest
impl Sync for WriteRequest
impl Unpin for WriteRequest
impl UnwindSafe for WriteRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
