Struct wildland_cargo_lib::api::cargo_user::CargoUserServices
source · pub struct CargoUserServices { /* private fields */ }
Implementations§
source§impl CargoUserServices
impl CargoUserServices
pub fn new( catlib_service: CatLibService, fsa_api: FoundationStorageApi, container_manager: ContainerManager, multi_device_state: UserMultideviceState, dfs_api: DfsApi ) -> Self
Trait Implementations§
source§impl Clone for CargoUserServices
impl Clone for CargoUserServices
source§fn clone(&self) -> CargoUserServices
fn clone(&self) -> CargoUserServices
Returns a copy of the value. Read more
1.0.0 · 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 CargoUserServices
impl !Send for CargoUserServices
impl !Sync for CargoUserServices
impl Unpin for CargoUserServices
impl !UnwindSafe for CargoUserServices
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