pub struct RemoteActionManifest {
pub bytes: Vec<u8>,
pub etag: String,
}Fields§
§bytes: Vec<u8>§etag: StringAuto Trait Implementations§
impl Freeze for RemoteActionManifest
impl RefUnwindSafe for RemoteActionManifest
impl Send for RemoteActionManifest
impl Sync for RemoteActionManifest
impl Unpin for RemoteActionManifest
impl UnsafeUnpin for RemoteActionManifest
impl UnwindSafe for RemoteActionManifest
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