pub struct GetSchemasEndpoint { /* private fields */ }Expand description
Macro Generated Marker Type
Trait Implementations§
Source§impl Endpoint for GetSchemasEndpoint
impl Endpoint for GetSchemasEndpoint
Source§type Response = Option<SchemaReport>
type Response = Option<SchemaReport>
The type of the Response (server to client)
Auto Trait Implementations§
impl Freeze for GetSchemasEndpoint
impl RefUnwindSafe for GetSchemasEndpoint
impl Send for GetSchemasEndpoint
impl Sync for GetSchemasEndpoint
impl Unpin for GetSchemasEndpoint
impl UnwindSafe for GetSchemasEndpoint
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