pub struct RoutingConfigsResponse {
pub data: Option<Vec<RoutingConfigResponse>>,
pub meta: Option<Box<PaginationMeta>>,
}Expand description
RoutingConfigsResponse : A paginated list of routing configs.
Fields§
§data: Option<Vec<RoutingConfigResponse>>§meta: Option<Box<PaginationMeta>>Implementations§
Source§impl RoutingConfigsResponse
impl RoutingConfigsResponse
Sourcepub fn new() -> RoutingConfigsResponse
pub fn new() -> RoutingConfigsResponse
A paginated list of routing configs.
Trait Implementations§
Source§impl Clone for RoutingConfigsResponse
impl Clone for RoutingConfigsResponse
Source§fn clone(&self) -> RoutingConfigsResponse
fn clone(&self) -> RoutingConfigsResponse
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 RoutingConfigsResponse
impl Debug for RoutingConfigsResponse
Source§impl Default for RoutingConfigsResponse
impl Default for RoutingConfigsResponse
Source§fn default() -> RoutingConfigsResponse
fn default() -> RoutingConfigsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RoutingConfigsResponse
impl<'de> Deserialize<'de> for RoutingConfigsResponse
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
Source§impl PartialEq for RoutingConfigsResponse
impl PartialEq for RoutingConfigsResponse
Source§impl Serialize for RoutingConfigsResponse
impl Serialize for RoutingConfigsResponse
impl StructuralPartialEq for RoutingConfigsResponse
Auto Trait Implementations§
impl Freeze for RoutingConfigsResponse
impl RefUnwindSafe for RoutingConfigsResponse
impl Send for RoutingConfigsResponse
impl Sync for RoutingConfigsResponse
impl Unpin for RoutingConfigsResponse
impl UnsafeUnpin for RoutingConfigsResponse
impl UnwindSafe for RoutingConfigsResponse
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