pub struct PutReferencesParams {
pub session_id: Option<String>,
pub refs: RefsInput,
}Expand description
Parameters for the put_references method.
Fields§
§session_id: Option<String>Session identifier returned by open_session.
refs: RefsInputFull reference input for the session.
Trait Implementations§
Source§impl Debug for PutReferencesParams
impl Debug for PutReferencesParams
Source§impl<'de> Deserialize<'de> for PutReferencesParams
impl<'de> Deserialize<'de> for PutReferencesParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PutReferencesParams
impl RefUnwindSafe for PutReferencesParams
impl Send for PutReferencesParams
impl Sync for PutReferencesParams
impl Unpin for PutReferencesParams
impl UnsafeUnpin for PutReferencesParams
impl UnwindSafe for PutReferencesParams
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