pub struct LatticeClient {
pub config: ClientConfig,
pub entities: EntitiesClient,
pub tasks: TasksClient,
pub objects: ObjectsClient,
}Fields§
§config: ClientConfig§entities: EntitiesClient§tasks: TasksClient§objects: ObjectsClientImplementations§
Source§impl LatticeClient
impl LatticeClient
pub fn new(config: ClientConfig) -> Result<Self, ApiError>
Auto Trait Implementations§
impl Freeze for LatticeClient
impl !RefUnwindSafe for LatticeClient
impl Send for LatticeClient
impl Sync for LatticeClient
impl Unpin for LatticeClient
impl !UnwindSafe for LatticeClient
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