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