pub struct ThreadArgs {
pub texts: Vec<String>,
pub client_request_id_prefix: Option<String>,
pub if_exists: IfExistsPolicy,
}Expand description
Arguments for creating a thread of tweets
Fields§
§texts: Vec<String>§client_request_id_prefix: Option<String>§if_exists: IfExistsPolicyTrait Implementations§
Source§impl Clone for ThreadArgs
impl Clone for ThreadArgs
Source§fn clone(&self) -> ThreadArgs
fn clone(&self) -> ThreadArgs
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 ThreadArgs
impl RefUnwindSafe for ThreadArgs
impl Send for ThreadArgs
impl Sync for ThreadArgs
impl Unpin for ThreadArgs
impl UnsafeUnpin for ThreadArgs
impl UnwindSafe for ThreadArgs
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