pub struct GetDynamicAccountsRequestPath {
pub search_pattern: String,
}Fields§
§search_pattern: StringThe pattern used to describe credentials to search for. Including part of part of an account ID will return the full value.
- Example:
"U123".to_string()
Trait Implementations§
Source§impl Clone for GetDynamicAccountsRequestPath
impl Clone for GetDynamicAccountsRequestPath
Source§fn clone(&self) -> GetDynamicAccountsRequestPath
fn clone(&self) -> GetDynamicAccountsRequestPath
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 PartialEq for GetDynamicAccountsRequestPath
impl PartialEq for GetDynamicAccountsRequestPath
Source§fn eq(&self, other: &GetDynamicAccountsRequestPath) -> bool
fn eq(&self, other: &GetDynamicAccountsRequestPath) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'v_a> ValidateArgs<'v_a> for GetDynamicAccountsRequestPath
impl<'v_a> ValidateArgs<'v_a> for GetDynamicAccountsRequestPath
impl StructuralPartialEq for GetDynamicAccountsRequestPath
Auto Trait Implementations§
impl Freeze for GetDynamicAccountsRequestPath
impl RefUnwindSafe for GetDynamicAccountsRequestPath
impl Send for GetDynamicAccountsRequestPath
impl Sync for GetDynamicAccountsRequestPath
impl Unpin for GetDynamicAccountsRequestPath
impl UnsafeUnpin for GetDynamicAccountsRequestPath
impl UnwindSafe for GetDynamicAccountsRequestPath
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