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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl StructuralPartialEq for GetDynamicAccountsRequestPath
Source§impl<'v_a> ValidateArgs<'v_a> for GetDynamicAccountsRequestPath
impl<'v_a> ValidateArgs<'v_a> 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