pub struct FileServiceClient;Auto Trait Implementations§
impl Freeze for FileServiceClient
impl RefUnwindSafe for FileServiceClient
impl Send for FileServiceClient
impl Sync for FileServiceClient
impl Unpin for FileServiceClient
impl UnsafeUnpin for FileServiceClient
impl UnwindSafe for FileServiceClient
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