pub struct ThreadMoveOptions {
pub from: String,
pub to: String,
pub prefixes: Vec<String>,
pub message: Option<String>,
}Fields§
§from: String§to: String§prefixes: Vec<String>§message: Option<String>Trait Implementations§
Source§impl Clone for ThreadMoveOptions
impl Clone for ThreadMoveOptions
Source§fn clone(&self) -> ThreadMoveOptions
fn clone(&self) -> ThreadMoveOptions
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 moreAuto Trait Implementations§
impl Freeze for ThreadMoveOptions
impl RefUnwindSafe for ThreadMoveOptions
impl Send for ThreadMoveOptions
impl Sync for ThreadMoveOptions
impl Unpin for ThreadMoveOptions
impl UnsafeUnpin for ThreadMoveOptions
impl UnwindSafe for ThreadMoveOptions
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