pub struct RouterList {
pub routers: Option<Vec<RouterView>>,
}Fields§
§routers: Option<Vec<RouterView>>Routers is one row per ZT edge-router tagged with the caller’s org role.
Implementations§
Source§impl RouterList
impl RouterList
pub fn new() -> RouterList
Trait Implementations§
Source§impl Clone for RouterList
impl Clone for RouterList
Source§fn clone(&self) -> RouterList
fn clone(&self) -> RouterList
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 RouterList
impl Debug for RouterList
Source§impl Default for RouterList
impl Default for RouterList
Source§fn default() -> RouterList
fn default() -> RouterList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RouterList
impl<'de> Deserialize<'de> for RouterList
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 RouterList
impl PartialEq for RouterList
Source§impl Serialize for RouterList
impl Serialize for RouterList
impl StructuralPartialEq for RouterList
Auto Trait Implementations§
impl Freeze for RouterList
impl RefUnwindSafe for RouterList
impl Send for RouterList
impl Sync for RouterList
impl Unpin for RouterList
impl UnsafeUnpin for RouterList
impl UnwindSafe for RouterList
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