pub struct SetApiLimitResult {
pub list: Option<Vec<ApiLimitInfoResult>>,
}Expand description
Result payload for setting broker API limits.
Fields§
§list: Option<Vec<ApiLimitInfoResult>>Trait Implementations§
Source§impl Clone for SetApiLimitResult
impl Clone for SetApiLimitResult
Source§fn clone(&self) -> SetApiLimitResult
fn clone(&self) -> SetApiLimitResult
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 moreSource§impl Debug for SetApiLimitResult
impl Debug for SetApiLimitResult
Source§impl<'de> Deserialize<'de> for SetApiLimitResult
impl<'de> Deserialize<'de> for SetApiLimitResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SetApiLimitResult
impl RefUnwindSafe for SetApiLimitResult
impl Send for SetApiLimitResult
impl Sync for SetApiLimitResult
impl Unpin for SetApiLimitResult
impl UnsafeUnpin for SetApiLimitResult
impl UnwindSafe for SetApiLimitResult
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