pub struct ArchiveServiceClient { /* private fields */ }Implementations§
Source§impl ArchiveServiceClient
impl ArchiveServiceClient
pub fn instance_id(&self) -> InstanceId
pub fn for_instance(client: RpcClient, instance_id: InstanceId) -> Self
pub async fn resolve_named( client: RpcClient, name: impl Into<String>, ) -> Result<Self, RuntimeError>
pub async fn zip(&self, request: &ZipRequest) -> Result<Empty, RuntimeError>
pub async fn unzip(&self, request: &UnzipRequest) -> Result<Empty, RuntimeError>
Trait Implementations§
Source§impl Clone for ArchiveServiceClient
impl Clone for ArchiveServiceClient
Source§fn clone(&self) -> ArchiveServiceClient
fn clone(&self) -> ArchiveServiceClient
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 !RefUnwindSafe for ArchiveServiceClient
impl !UnwindSafe for ArchiveServiceClient
impl Freeze for ArchiveServiceClient
impl Send for ArchiveServiceClient
impl Sync for ArchiveServiceClient
impl Unpin for ArchiveServiceClient
impl UnsafeUnpin for ArchiveServiceClient
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