pub struct QuestionsQuestionSharingDestroyParams {
    pub id: i32,
    pub username: String,
}Expand description
struct for passing parameters to the method questions_question_sharing_destroy
Fields§
§id: i32A unique integer value identifying this question.
username: StringTrait Implementations§
Source§impl Clone for QuestionsQuestionSharingDestroyParams
 
impl Clone for QuestionsQuestionSharingDestroyParams
Source§fn clone(&self) -> QuestionsQuestionSharingDestroyParams
 
fn clone(&self) -> QuestionsQuestionSharingDestroyParams
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 QuestionsQuestionSharingDestroyParams
impl RefUnwindSafe for QuestionsQuestionSharingDestroyParams
impl Send for QuestionsQuestionSharingDestroyParams
impl Sync for QuestionsQuestionSharingDestroyParams
impl Unpin for QuestionsQuestionSharingDestroyParams
impl UnwindSafe for QuestionsQuestionSharingDestroyParams
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