pub struct ListRootsResult {
pub roots: Vec<Root>,
pub meta: Option<HashMap<String, Value>>,
}
Expand description
Result for list roots request
Fieldsยง
ยงroots: Vec<Root>
Available roots
meta: Option<HashMap<String, Value>>
Response metadata
Trait Implementationsยง
Sourceยงimpl Clone for ListRootsResult
impl Clone for ListRootsResult
Sourceยงfn clone(&self) -> ListRootsResult
fn clone(&self) -> ListRootsResult
Returns a duplicate of the value. Read more
1.0.0 ยท 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 ListRootsResult
impl Debug for ListRootsResult
Sourceยงimpl<'de> Deserialize<'de> for ListRootsResult
impl<'de> Deserialize<'de> for ListRootsResult
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 ListRootsResult
impl PartialEq for ListRootsResult
Sourceยงimpl Serialize for ListRootsResult
impl Serialize for ListRootsResult
impl StructuralPartialEq for ListRootsResult
Auto Trait Implementationsยง
impl Freeze for ListRootsResult
impl RefUnwindSafe for ListRootsResult
impl Send for ListRootsResult
impl Sync for ListRootsResult
impl Unpin for ListRootsResult
impl UnwindSafe for ListRootsResult
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