Struct golem_client::limits::LimitsLive
source · pub struct LimitsLive {
pub base_url: Url,
pub allow_insecure: bool,
}
Fields§
§base_url: Url
§allow_insecure: bool
Trait Implementations§
source§impl Clone for LimitsLive
impl Clone for LimitsLive
source§fn clone(&self) -> LimitsLive
fn clone(&self) -> LimitsLive
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 moresource§impl Debug for LimitsLive
impl Debug for LimitsLive
source§impl Limits for LimitsLive
impl Limits for LimitsLive
fn get_resource_limits<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
account_id: &'life1 str,
authorization: &'life2 str
) -> Pin<Box<dyn Future<Output = Result<ResourceLimits, LimitsError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
fn update_resource_limits<'life0, 'life1, 'async_trait>(
&'life0 self,
field0: BatchUpdateResourceLimits,
authorization: &'life1 str
) -> Pin<Box<dyn Future<Output = Result<(), LimitsError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
Auto Trait Implementations§
impl RefUnwindSafe for LimitsLive
impl Send for LimitsLive
impl Sync for LimitsLive
impl Unpin for LimitsLive
impl UnwindSafe for LimitsLive
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