pub struct AppEndpoints {
pub is_first: bool,
pub endpoints: Vec<Value>,
}Fields§
§is_first: bool§endpoints: Vec<Value>Trait Implementations§
Source§impl Debug for AppEndpoints
impl Debug for AppEndpoints
Auto Trait Implementations§
impl Freeze for AppEndpoints
impl RefUnwindSafe for AppEndpoints
impl Send for AppEndpoints
impl Sync for AppEndpoints
impl Unpin for AppEndpoints
impl UnsafeUnpin for AppEndpoints
impl UnwindSafe for AppEndpoints
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