pub struct PreparedRemoteObject {
pub closed: ClosedRemoteObject,
pub spool_path: Option<PathBuf>,
}Fields§
§closed: ClosedRemoteObjectThe record awaiting upload, with the payloads its row names read back beside it: the upload reads the ciphertext from here.
spool_path: Option<PathBuf>Auto Trait Implementations§
impl Freeze for PreparedRemoteObject
impl RefUnwindSafe for PreparedRemoteObject
impl Send for PreparedRemoteObject
impl Sync for PreparedRemoteObject
impl Unpin for PreparedRemoteObject
impl UnsafeUnpin for PreparedRemoteObject
impl UnwindSafe for PreparedRemoteObject
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