pub struct InvokeSynchronousParameters {
pub log_type: Option<LogType>,
pub client_context: Option<String>,
}Fields§
§log_type: Option<LogType>§client_context: Option<String>Trait Implementations§
Source§impl Clone for InvokeSynchronousParameters
impl Clone for InvokeSynchronousParameters
Source§fn clone(&self) -> InvokeSynchronousParameters
fn clone(&self) -> InvokeSynchronousParameters
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 InvokeSynchronousParameters
impl RefUnwindSafe for InvokeSynchronousParameters
impl Send for InvokeSynchronousParameters
impl Sync for InvokeSynchronousParameters
impl Unpin for InvokeSynchronousParameters
impl UnwindSafe for InvokeSynchronousParameters
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