pub struct GetRandomStringParams {
pub length_query: Option<String>,
pub type_query: Option<String>,
}Fields§
§length_query: Option<String>§type_query: Option<String>Implementations§
Source§impl GetRandomStringParams
impl GetRandomStringParams
pub fn new() -> Self
pub fn length_query(self, value: impl Into<String>) -> Self
pub fn type_query(self, value: impl Into<String>) -> Self
Trait Implementations§
Source§impl Clone for GetRandomStringParams
impl Clone for GetRandomStringParams
Source§fn clone(&self) -> GetRandomStringParams
fn clone(&self) -> GetRandomStringParams
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 moreAuto Trait Implementations§
impl Freeze for GetRandomStringParams
impl RefUnwindSafe for GetRandomStringParams
impl Send for GetRandomStringParams
impl Sync for GetRandomStringParams
impl Unpin for GetRandomStringParams
impl UnwindSafe for GetRandomStringParams
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