pub struct GetAllFyisRequest {
pub query: GetAllFyisRequestQuery,
}Expand description
Get a list of available notifications.
Fields§
§query: GetAllFyisRequestQueryImplementations§
Source§impl GetAllFyisRequest
impl GetAllFyisRequest
Sourcepub async fn parse_response(req: Response) -> Result<GetAllFyisResponse>
pub async fn parse_response(req: Response) -> Result<GetAllFyisResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetAllFyisRequest
impl Clone for GetAllFyisRequest
Source§fn clone(&self) -> GetAllFyisRequest
fn clone(&self) -> GetAllFyisRequest
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 GetAllFyisRequest
impl Debug for GetAllFyisRequest
Source§impl Default for GetAllFyisRequest
impl Default for GetAllFyisRequest
Source§impl Validate for GetAllFyisRequest
impl Validate for GetAllFyisRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetAllFyisRequest
impl<'v_a> ValidateArgs<'v_a> for GetAllFyisRequest
Auto Trait Implementations§
impl Freeze for GetAllFyisRequest
impl RefUnwindSafe for GetAllFyisRequest
impl Send for GetAllFyisRequest
impl Sync for GetAllFyisRequest
impl Unpin for GetAllFyisRequest
impl UnsafeUnpin for GetAllFyisRequest
impl UnwindSafe for GetAllFyisRequest
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