pub struct ListRegistrationApplicationsResponse {
pub registration_applications: Vec<RegistrationApplicationView>,
}Expand description
The list of registration applications.
Fields§
§registration_applications: Vec<RegistrationApplicationView>Trait Implementations§
Source§impl Clone for ListRegistrationApplicationsResponse
impl Clone for ListRegistrationApplicationsResponse
Source§fn clone(&self) -> ListRegistrationApplicationsResponse
fn clone(&self) -> ListRegistrationApplicationsResponse
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<'de> Deserialize<'de> for ListRegistrationApplicationsResponse
impl<'de> Deserialize<'de> for ListRegistrationApplicationsResponse
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
Auto Trait Implementations§
impl Freeze for ListRegistrationApplicationsResponse
impl RefUnwindSafe for ListRegistrationApplicationsResponse
impl Send for ListRegistrationApplicationsResponse
impl Sync for ListRegistrationApplicationsResponse
impl Unpin for ListRegistrationApplicationsResponse
impl UnwindSafe for ListRegistrationApplicationsResponse
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