pub struct ApiSla {
pub id: String,
pub tiers: Vec<Tier>,
}Expand description
The SLA associated to the API.
Fields§
§id: StringThe id of the SLA.
tiers: Vec<Tier>The tiers associated to the SLA.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApiSla
impl RefUnwindSafe for ApiSla
impl Send for ApiSla
impl Sync for ApiSla
impl Unpin for ApiSla
impl UnwindSafe for ApiSla
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