pub struct MetadataEndpoint;
Trait Implementations§
Source§impl GetEndpoint for MetadataEndpoint
impl GetEndpoint for MetadataEndpoint
type Response = MetadataResponse
Auto Trait Implementations§
impl Freeze for MetadataEndpoint
impl RefUnwindSafe for MetadataEndpoint
impl Send for MetadataEndpoint
impl Sync for MetadataEndpoint
impl Unpin for MetadataEndpoint
impl UnwindSafe for MetadataEndpoint
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