pub struct GetRandomStringParams {
pub length_query: Option<String>,
pub type_query: Option<String>,
pub disable_cache: Option<bool>,
pub _t: Option<String>,
}Fields§
§length_query: Option<String>§type_query: Option<String>§disable_cache: Option<bool>§_t: Option<String>Implementations§
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 UnsafeUnpin 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