pub struct ObjectTransferHttpService(/* private fields */);Implementations§
Source§impl ObjectTransferHttpService
impl ObjectTransferHttpService
pub fn new(use_cases: Arc<dyn ObjectTransferHttpUseCases>) -> Self
Trait Implementations§
Source§impl Clone for ObjectTransferHttpService
impl Clone for ObjectTransferHttpService
Source§fn clone(&self) -> ObjectTransferHttpService
fn clone(&self) -> ObjectTransferHttpService
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 ObjectTransferHttpService
impl !UnwindSafe for ObjectTransferHttpService
impl Freeze for ObjectTransferHttpService
impl Send for ObjectTransferHttpService
impl Sync for ObjectTransferHttpService
impl Unpin for ObjectTransferHttpService
impl UnsafeUnpin for ObjectTransferHttpService
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